html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    display: flex;
    min-height: 100vh;
    flex-direction: column;

}

header {
    background-color: #122238;
}

.header-content {
    height: 144px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 64px;
    background-color: #122238;
    max-width: 1920px;
    margin: 0 auto 0;
}

header img {
    width: 320px;
    object-fit: contain;
    filter: drop-shadow(0px 5px 20px rgba(255, 255, 255, 0.281));
}

header input {
    height: 24px;
}

footer {
    height: 144px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 24px;
    background-color: #122238;
}

footer img {
    width: 320px;
    object-fit: contain;
}