html{
    font-size: 24px;
    color: black;
    text-align: center;
    padding: 4rem;
    font-family: Poiret One, cursive;
}

#background{
    background: black;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    filter: blur(20px);
    width: 100%;
    height: 100%;
    position:fixed;
    top: 0;
    right: 0;
    z-index: -1000000;
}

#formContent{
    color: white;
}

input,text{
    margin-bottom: 0.5rem;
}

input{
    border: none;
    background: none;
    color: white;
    border-bottom: 1px solid white;
    outline: none;
    font-family: Poiret One, cursive;
    font-size: 1rem;
}

#submit{
    outline: none;
    background: none;
    border: 1px solid white;
    color: white;
    width: 30%;
    height: 2rem;
    font-size: 1rem;
    font-family: Poiret One, cursive;
    border-radius: 50px;
    cursor: pointer;
}

#main-info{
    margin-top: 5rem;
}

@media only screen and (max-width: 523px){
    html{
        font-size: 16px;
        padding: 1rem;
    }

    #submit{
        width: 70%;
    }
}

#article {
    color:white;
    text-align: left;
}

a { color:yellow;}