

body{
    width:95%;
    margin-left: auto;
    margin-right: auto;
}
h1,h2{
    font-size: 1.5rem;
    text-align: center;
    margin: 0 auto;
}

h3{
    font-size: 1.25rem;
}

address{
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;    

}

section {
    text-align: center;
}


footer{
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    min-height: 100px;
}
.pdf{
    text-align: center;
    font-size: larger;
    margin-left: auto;
    margin-right: auto;
}

#donate{
    position: relative;
    overflow: hidden;
}
.center{
    text-align: center;
}
#verified{
    text-align: right;
    position: absolute;
    top:0px;
    right:0px;
}

.btn{
    margin: 0 auto;
    background-color: #36c001;
    width: 90%;
    height: 3rem;
    min-width: 150px;
    border-radius: 3px;
   
    
        display: flex;
        flex-direction: column;
        justify-content: center;
       text-decoration: none;

   
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}

#a-little-about-rachel{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 80%;

}

    #code-of-conduct {
        display: block;
        text-align: left;
        overflow: hidden
    }

    #code-of-conduct ol{
        margin: 0 auto;     
    }


@media print {
    body{
        opacity: 0;       
    }
}

@media screen and (min-width: 900px) {
    body {
        width: 60%;
    }
    #code-of-conduct {
        display: flex;
        flex-direction: row;
        text-align: left;
        justify-content: space-around;
        overflow: hidden
    }

    #code-of-conduct ol{
        width: 49%;
    }
    .btn {
               width: 20%; 
    }

}