* {
    z-index: 10;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-color: azure;
}

header {
    width: 100%;
    height: 350px;
    background-color: #023e8a;
    padding: 0px;
    display: flex;

}

.logo {
    display: flex;
    margin-left: 955px;
    margin-top: 50px;
    height: 260px;
    width: 200px;
    flex-direction: row-reverse;

}

.texto {
    color: aliceblue;
    font-size: 45px;
    margin-right: 70vh;
}

.label1 {
    display: flex;
    justify-content: center;
    font-size: 30px;
}

.label2 {
    display: flex;
    justify-content: center;
    font-size: 30px;
    transform: translateX(70vh);
}

a {
    font-size: 40px;
    text-decoration: none;
    color: black;
    display: flex;
    justify-content: center;
}

    