body{
    background-color: #f1faee;
}

button{
    font-size: 30px;
    background-color: #a8dadc;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

h1,h2 {
    color: #1d3557;
}

#signup{
    background-color: #1d3557;
    color: #f1faee;
}

span{
    color: #457b9d;
}

.tag{
    background-color: #e63946;
    color: #f1faee;
    font-size: 16px;
}

.post a {
    color:#457b9d;
    font-weight: 700;

}

.post:nth-of-type(odd){
    background-color: #e5f7e0
}

h2 + button{
    font-size: 20px;
}

input[type="password"]{
    background-color: #f1faee;
}

.post h2::first-letter{
    font-size: 40px;
}