.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: whitesmoke;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
}

body{
    padding-top: 20px;
}

.menu {
    display: flex;
    margin-left:auto;
}
.menu a {
    margin-right: 30px;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.contact {
    padding-right: 20px;
}

.banner {
    width: 100%;
    height: 400px;
    margin-top: 25px;
    object-fit: cover;
    opacity: 0.5;
}