html{
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: url("../images/bigOcean.jpg");
    background-size: cover;                      
    background-repeat: no-repeat;
    background-position: center center;    
    margin:0;
}

.box {
    display: block;
    align-items: center;
    text-align: center;
    border: solid 4px black;
    border-radius: 7px;
    background: rgba(3, 172, 240, 0.5);
    margin: 50px;  
}

.box > h1{
    font-size: 40px;
}

p{
    font-size: 20px;
    opacity: 100%;
}

.card {
    margin-top: 135px;
    display: flex;
    justify-content: center;
}

.card2  {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.links > img{
    width: 250px;
    height: 150px;
}

.shade{
    margin-top: -80px;
}

.pics {
    margin-top: 20px;
    border-radius: 9px;
    margin-right:10px ;
    margin-left: 20px;
}

.info {
    background-color: white;
    display: flex;
}

.earth{
    display: flex;
    justify-content: center;
    width: 250px;
    height: 150px;
    margin-top: 10px;
    border-radius: 9px;
}

.shrink img:hover{
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
     transform: scale(0.8);
    transition: 1s ease;
}  

.nav-items{
    list-style: none;
    display: flex;
    text-align: right;
}
    
.nav-items > li {      
    font-size: 20px;       
}
   
.nav-logo {
    width: 78px;
    border-radius: 6px;
    margin-left:10px ;
    margin-top:15px;
}  

.donate {
    margin-top:0;
    margin-right: 10px;
    border-radius: 6px;
    border: none;
}
    
button {
    transition-duration: 0.4s;
    font-size:20px;
    padding: 22px;
    margin: 0px;
}
    
button:hover {
    background-color: #61DAFB; /* Green */
    color: white;
}

.newNav {
    display: flex;
    align-items: center;
    padding:30px 0px;
    height: 20px;
    justify-content: space-between;
    background: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; 
}

