#body{
    font-family: 'Raleway', sans-serif;
}

#container{
    text-align: center;
}

h1{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .2em;
    color: rgb(0, 0,0, .7);
    font-size: 2.5em;
}

h2{
    text-transform: uppercase;
    margin-top: 20px;
    letter-spacing: .15em;
    color: rgb(0, 0,0, .5);
    word-spacing: .2em;
}

#rgbValue{
    font-style: italic;
}

button{
    width: 8em;
    height: 2.5em;
    font-size: larger;
    text-transform: uppercase;
    background-color: rgb(0, 0,0, .7);
    color: white;
    border-radius: 20px;
}

button:hover{
    background-color: rgba(170, 159, 159, 0.7);
}

@media screen and (max-width: 400px) {
    h1{
        font-size: 1.5em;
    }

    h2{
        font-size: 1em;
    }
}