body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.welcome_page_alf {
    background: #001D3F;
    color: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo {
    width: 400px;
    margin-bottom: 50px;
}

.logo img {
    width: 100%;
    height: auto;
}

.welcome_page_alf h1 {
    font-size: 42px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 500;
}

.welcome_page_alf p {
    font-size: 20px;
    margin: 0;
    font-weight: 300;
}
