body{
    background-color: #7fcdff;
    margin: 0;
    padding: 0;
}

.top-bar{
    height: 50px;
    border-bottom: 5px solid rgb(56, 136, 255);
    background-color: rgb(89, 173, 252);
    padding: 10px;
    margin: 0;
}

.menu-title{
    margin: 0;
    background-image: url(images/Turtle_bg.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    font-size: 100px;
    color: rgb(0, 88, 146);
    font-family: sans-serif;
}

.menu-content{
    padding: 20px;
    font-size: 40px;
    color: rgb(171, 255, 174);
    font-family: sans-serif;
    background-color:#0000005a;
    border: 5px solid rgb(56, 136, 255);
    background-image: url(images/tutel.webp);
    background-size: cover;
    width: auto;
    height: 600px;
    background-blend-mode: overlay;
}

.donate-title{
    margin: 0;
    background-image: url(images/fish_bg.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    font-size: 100px;
    color: rgb(168, 220, 255);
    font-family: sans-serif;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.donate-content{
    padding: 20px;
    font-size: 30px;
    color: rgb(202, 255, 226);
    font-family: sans-serif;
    background-color:#0000005a;
    border: 5px solid rgb(56, 136, 255);
    background-image: url(images/fish.jpg);
    background-size: cover;
    width: auto;
    height: 600px;
    background-blend-mode: overlay;
}

.donate-button{
    position: absolute;
    background-color: #ffffffd0;
    top: 700px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    padding: 20px 100px;
    border: 10px solid rgb(56, 136, 255);
    border-radius: 10px;    
    overflow: hidden;
    color:rgb(0, 88, 146);
}

.donate-button:hover{
    background-color: #fffffff0;
    color:rgb(1, 126, 209)
}

.hidden {
    display: none !important;
    pointer-events: none;
    user-select: none;
}

.main { 
    background-image: url(images/no_plastic_3.webp);
    background-color: #00000050;
    background-blend-mode: overlay;
    color: rgb(170, 242, 255);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border:#00000000;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 40%;
    left: 40%;
    padding: 18px;
}

.main:hover {
    color: rgb(208, 236, 255);
    background-color: #00000030;
}

.donations {
    background-color: #3ba0ff;
    border:#00000000;
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 80%;
    padding: 18px;
}

.donations:hover {
    background-color: rgb(50, 173, 255);
    color:#424242
}

.sim{
    background-color: #000000;
    border:#00000000;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 20%;
    left: 60%;
    padding: 18px;
    color: white;
}

.sim:hover {
    background-color: rgb(56, 56, 56);
}


.bottom-bar{
    background-color: #000000;
    border:#00000000;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.link{
    color: rgb(157, 196, 255);
    text-decoration: none;
}

.articles {
    background-color: #005aad;
    color: #f0f0f0;
    border:#00000000;
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 20%;
    right: 60%;
    padding: 18px;
}

.articles:hover {
    background-color: rgb(0, 114, 190);
    color: #ffffff;
}

.settings{
    background-color: #000000;
    border:#00000000;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
    left: 80%;
    padding: 18px;
    color: white;
}

.settings:hover {
    background-color: rgb(56, 56, 56);
}

.learn-title{
    margin: 0;
    background-image: url(images/no_plastic_4.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    font-size: 100px;
    color: rgb(0, 84, 139);
    font-family: sans-serif;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.learn-content{
    padding: 20px;
    font-size: 30px;
    color: rgb(202, 255, 226);
    font-family: sans-serif;
    background-color:#0000005a;
    border: 5px solid rgb(56, 136, 255);
    background-image: url(images/no_plastic_4.jpg);
    background-size: cover;
    width: auto;
    height: 600px;
    background-blend-mode: overlay;
}

.learn-button{
    color: #96f8ff;
    background-color: #ffffff57;
    border: 5px solid rgb(56, 136, 255);
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
    font-size: 20px;
}