#menu a {
    font-family: 'Roboto', sans-serif; 
    font-weight: 400;
    color: #494949; 
    text-transform: uppercase; 
    text-decoration: none;
}

#start h1 {
    font-family: 'Roboto', sans-serif; 
    font-weight: 600; 
    color: #494949;
    
    text-align: center;
}

#start h3 {
    font-family: 'Roboto', sans-serif; 
    font-weight: 600; 
    color: #494949;
    text-align: center;
}

#about-us h1 {
    font-family: 'Roboto', sans-serif; 
    font-weight: 600; 
    color: #bfbfbf;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
}

#about-us h2 {
    font-family: 'Roboto', sans-serif; 
    font-weight: 600; 
    color: #bfbfbf;
    text-decoration: underline;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
}

#interested p, a {
    font-family: 'Roboto', sans-serif; 
    font-weight: 600; 
    color: #181818;
    text-align: center;
}

#information h1 {
    font-family: 'Roboto', sans-serif; 
    font-weight: 600; 
    color: #bfbfbf;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
}

#information h2 {
    font-family: 'Roboto', sans-serif; 
    font-weight: 600; 
    color: #bfbfbf;
    text-decoration: underline;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
}

#footer h1 {
    font-family: 'Roboto', sans-serif; 
    font-weight: 600; 
    color: #494949;
}

#start h1 {
    font-size: 9vw;
}

#start h2 {
    font-size: 6vw;
}

#start h3 {
    font-size: 2vw;
}

@media screen and (max-width: 900px) {
    #start h1 {
        font-size: 9vw;
    }
    
    #start h2 {
        font-size: 8vw;
    }
    
    #start h3 {
        font-size: 3vw;
    }
}