.header {
    height: calc(100vh - 35px);
    background-color: #FCFCFC;
    position: relative;
}

.switch {
    border: 0;
    cursor: pointer;
    padding: 10px 20px;
    border: 2px solid black;
    position: absolute;
    right: 10px;
    top: 10px;
}

.switch1 {
    right: 10px;
    top: 10px;
}

.switch2 {
    right: 10px;
    top: 10px;
    transform: translateX(-90%);
}

.header-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 10px;

}

.wrapper-header {
    display: flex;
    flex-direction: row;
    margin: auto;
    width: 900px;
    transform: translateY(35%);
}

.sign {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #032B51;
}

.sign-top {
    color: #AAAAAA;
    width: 100%;
    text-align: center;
}

.write {
    background-color: #032B51;
    color: white;
    width: 40%;
    height: 35px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}

.plane {
    font-size: 25px;
    transform: translateY(10%);
    margin-left: 10px;
    color: #032B51;
}

.main-photo {
    width: 500px;
    object-fit: cover;
    object-position: center;
}