

#content {
    margin-left:10%;
    margin-right:10%;
    width:80%
}

h2 { 
    font-size:1.5rem;
    font-style:italic;
    font-family : Cambria;
}

h1 {
    font-size : 2.5rem;
    font-family : Cambria;
}

#claims {
    font-family:Arial;
}

#vignette {
    left : 10px;
    display:flex;
    justify-content: center;
}

img {
    max-height : 350px;
}

#title {
    left : 40%;
    text-align :center;
}

#invisible-prompt {
    font-size : 5px;
    color:white;
}

@media  (min-width:601px) {
    #options {
        width:100%;
        height : 160px;
    }
    
    #col1 {
        position : absolute;
        width:45%;
        top:10px;
    }
    
    #col2 {
        position : absolute;
        width:45%;
        left :50%;
        top:10px;
    }
}

@media (max-width: 600px) {

    #col1 {
        position : relative;
        left:10%;
        width:80%;
        margin-top:10px;
    }
    
    #col2 {
        position : relative;
        left:10%;
        width:80%;
        margin-top:10px;
    }
    #options {
        height : auto;
        min-height : 350px;
    }

    h1 {
        font-size:2rem
    }

    h2 {
        font-size:1.2rem
    }
}