body{
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin: 0;
    background-color: darkcyan;
    align-content: center;
    text-align: center;
}
.navbar{
    display:flex;
    justify-content: space-between;
    align-items: center;
background: #dedede;
background: -webkit-linear-gradient(180deg, rgba(222, 222, 222, 1) 0%, rgba(161, 161, 161, 1) 98%);
background: -moz-linear-gradient(180deg, rgba(222, 222, 222, 1) 0%, rgba(161, 161, 161, 1) 98%);
background: linear-gradient(180deg, rgba(222, 222, 222, 1) 0%, rgba(161, 161, 161, 1) 98%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DEDEDE", endColorstr="#A1A1A1", GradientType=0);
    padding: 15px 30px;
}
.navlinks{
list-style: none;
display: flex;
gap: 25px;
margin: 0;
padding: 0;
}
.navlinks a{
    color:white;
    text-decoration: none;  
    font-weight: 200; 
}
.navlinks a:hover{
font-weight: 500;
}
.logo{
    color: white;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.greeting-box{
 padding: 15px;
    margin: 2%;
    background-color: white;
    border-radius: 2px;
    outline-style: solid;
    outline-width: 2px;
    font-weight: 200;
    font-size: 30px;
}
.reminder-box{
 padding: 15px;
    margin: 2%;
    background-color: darkorange;
    border-radius: 2px;
    outline-style: solid;
    outline-width: 2px;
    
}
.image{
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    max-width: 100%;
    height: auto;
    display: block;
    }
    .attribution-box{
 padding: 0px;
    margin: 0%;
    background-color: white;
    border-radius: 2px;
    outline-style: solid;
    outline-width: 2px;
    font-weight: 200;
    font-size: 30px;
    }