* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

.structure {
    display: flex;
    align-items: center;
    background-image: url('../img/title.png');
    min-width: 1200px;

}

.logo {
    display: flex;
    align-items: center;
    /* flex: 1; */


}

.logo .white {
    background-image: url('../img/before.png');
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}

.white img {
    margin-left: 100px;
}

.logTile {
    font-size: 24px;
    font-weight: bold;
    margin-right: 80px;
    letter-spacing: 5px;
}

.nav {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-around
}

.nav-bar {
    display: flex;
    justify-content: flex-start;
    width: calc(100% / 3);

}

.nav-bar li {

    max-width: 80%;
    min-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.nav-bar a {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 19px;

}

.column {
    margin-top: 5px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.nav button {
    background-color: white;
    border-radius: 3px;
    border: 1px white solid;
    padding: 2px 16px;
    color: #00a2ea;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 20px 0 50px;

}

.nav button a {
    color: #00a2ea;
}
