body {
    background-color: #283044;
    color: whitesmoke;
    text-align: right;
    font-size: 15px;
    margin: 0;
}

.link-button {
    text-decoration: none;
    color: whitesmoke;
    cursor: pointer;
    padding: 10px;
}

#home-link {
    text-decoration: none;
    color: whitesmoke;
    cursor: pointer;
    padding: 10px;
}


.header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #78a1bb;
    color: whitesmoke;
    font-size: 30px;
}

h1 {
    color: whitesmoke;
    text-align: center;
    font-size: 30px;
}

h2{
    text-align: center;
    color: whitesmoke;
    padding-left: 15%;
    padding-right: 15%;
}

img{
    width: 600px;
    padding-left: 30px;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.header h4 {
    margin-right: 40px;

}

/* Dropdown Button CSS */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown-content a {
    display: block;
    margin: 0;
    padding: 1px 0;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.greeting {
    color: black;
}

.logo {
    width: 60px; 
    height: auto;           
}