*{
    margin: 0px;
    padding: 0px;
    font-family: 'Titillium Web', sans-serif;
}
nav{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
p{
    text-align: justify;
    line-height: 35px;
}
.signup{
    width: 400px;
    margin-top: 150px;
    background-color: rgba(204, 219, 219, 0.558);
}
.signup input{
    background-color: rgba(255, 255, 255, 0.422);
    border-radius: 8px;
}
.signup button{
    border-radius: 15px;
}
.signup a{
    text-decoration: none;
    color: green;
}

#navbarNavAltMarkup{
    justify-content: space-between;
}

#home{
    content: "";
    background-image: url(https://wallpaperaccess.com/full/2312215.jpg);
    width: 100%;
    height: 1000px;
    padding-top: 80px;
    position: relative;
    
}

@media screen and (max-width:400px){
    p{
        text-align: justify;
        line-height: 35px;
    }

}




