
header {
    max-width: 7680px;
    min-width: 400px;
    height: 150px;
    background-color: #263238;
}

.header {
    display: flex;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    justify-content: center;
    gap: 50px;
}

.header a {
    width: 310px;
    color: #ffffff;
}

.mainButton {
    text-align: right !important;
}

.imgLogo {
    width: 150px;
    height: 150px;
}

p {
    font-size: 100px;
    color: brown;
    text-align: center;
}