h1 {
    text-align: left;
    font-weight: 600px;
}

.text {
    padding: 20%;
    width: 60%;
}

p {
    font-weight: 200px;
    font-size: 16px;
    color: #9293ab;
}

button {
    padding: 10px 20px;
    border-radius: 6px;
    border: none;
    min-width: 100px;
    width: 50%;
    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    cursor: pointer;
    background: #00ade4;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
}

.fleche {
    transform: rotate(-90deg);
    text-align: right;
}

#logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 200px; /* Adjust the width as needed */
    height: auto;
}

#site {
    width: 100%; /* Adjust the width as needed */
    height: auto;
}

body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    padding: 0;
    
}

.container {
    display: flex;
    align-items:center; /* Align items to the start (top) of the container */
    justify-content: center;
    height: 100%;
    padding-bottom: 50px; /* Adjust the top padding as needed */
}

.page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

