body, html{
    margin: 0;
    font-family: Arial, sans-serif;
}

.container{
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

header{
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

header .logo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    position: relative;
    color: #333333;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
}

header .logo img{
    height: auto;
    width: 100px;
}