div.main{
    width: 100%;
    background-image: url("../images/dna_bg.jpg");
    background-size: cover;
    background-color: rgba(255,255,255,0.3);
    background-blend-mode: lighten;
    overflow: hidden;
}

div.content{
    background-color: white;
    width: 80%;
    overflow: hidden;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 5%;
    border-style: solid;
    border-color: black;
    border-width: .25em;
    padding: 5%;
}


img.content{
    
    border-style: solid;
    border-color: black;
    border-width: .25em;
}

button.content{
    padding: 1%;
    font-size: max(1.5vw, 1em);
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    
}

a.content{
    text-decoration: none;
}

h1.content{
    text-align: center;
    color: rgb(71, 71, 71);
    margin-bottom: 5%;
    font-size: max(3vw, 1.75em);
}



@media screen and (max-width: 600px){
    img.content{
        width: 80%;
        margin-left: 10%;
    }
    p.content{
        width: 80%;
        font-size: 2.5vw;
        margin-left: 10%;
    }
    .paper_name{
        font-size: 3vw;
        font-weight: bold;
    }
    .authors{
        margin-left: 5%;
        font-size: 2.5vw;
    }
    .paper_link{
        margin-left: 5%;
        font-size: 2.5vw;
    }
}

@media screen and (min-width: 600px){
    img.content{
        width: 30%;
        float: right;
        
    }
    p.content{
        width: 50%;
        font-size: max(1.5vw, .75em);
    }

    .paper_name{
        font-weight: bold;
        font-size: max(1.5vw, .75em);
    }

    .authors{
        margin-left: 5%;
        font-size: max(1.2vw, .6em);
    }

    .paper_link{
        margin-left: 5%;
        font-size: max(1.2vw, .6em);
    }
}