.header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 10%;
}

.logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:baseline;
    width: 982px;
    height: 160px;
}

.logo img{
    width: 80px;
    height: 80px;
}

.logo span{
    color: white;
    font-size: 24px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style:normal;
}

.times span{
    font-size: 70px;
    font-weight: bold;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style:normal;
}