body {
    background-color: #370b89;
}

h1 {
    text-align: center;
    font-family: Russo One;
    color: #52ffd7;
    font-weight: lighter;
    letter-spacing: 1px;
    font-size: 80px;
    text-decoration: underline;
    line-height: 1.3;
}

header {
    border-bottom: 10px black;
}

#intro {
    font-family: Russo;
    color: #ffebcd;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1.1em;
    font-size: 20px;
}