.dropbtn {
    background-color: #083DCE;
    border: 0px;
    width: 100vw;
    height: 100vw;
    margin-left: -10px;
    max-width: 155px;
    max-height: 45px;
}

.dropdown_cont {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #083DCE;
    min-width: 160px;
    align-items: center;
}

.dropdowncontitem {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    width: 100vw;
    max-width: 170px;

}

.dropdowncontitem:hover {
    background-color: #0e4cf8;
}


.dropdown a {
    color: #363636;
    text-decoration: none;
}

.dropdown_cont a {
    font: arial;
}

.dropdown:hover .dropdown_cont {
    display: block;

}

.dropdown {
    position: relative;
    display: inline-block;

}


.headerrow {
    background-color: #363636;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    max-height: 3vw;
}

body {
    margin: 0px;
    background-color: #363636;
}

.CElogo {
    padding: 2%;
    width: 40%;
    max-width: 400px;
}

.background {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#083DCE, #284084);
    height: 100vw;
    max-height: 20vw;
}

.CElogo_mini {
    width: 100%;
    max-width: 30px;
}

.minilinks {
    display: flex;
    justify-content: flex-end;
    width: auto;
}

#wikipedia_logo {
    margin-right: 10px;
}

.img_CELM {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500%;
    height: auto;
}

* {
    font-family: 'Franklin Gothic heavy', 'Arial Narrow', Arial, sans-serif;
}

.dropdownrow button {
    font-size: 24px;
    color: #363636;
    max-width: 15vw;
    max-height: 3vw;
}

.dropbtn:hover {
    background-color: #0e4cf8;
}

.downloadbtn {
    font-size: 24px;
    color: #363636;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 50px;
    width: 200px;
    border-radius: 25px;
    border-width: 0px;
    background-color: #003FFF;
    margin-right: 25px;
}


.downloadbtn:hover {
    background-color: #284084;
}

#save_icon,
#paypalicon {
    width: 100%;
    max-width: 40px;
}

.btnfield {
    margin-right: 50px;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.donatebtn {
    margin-left: 25px;
    font-size: 24px;
    color: #363636;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 50px;
    width: 200px;
    border-radius: 25px;
    border-width: 0px;
    background-color: #ffffff;
}

.donatebtn:hover {
    background-color: rgb(193, 193, 193);
}

a {
    text-decoration: none;
}