*{
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #1B3D88;
}

.wrapper {
    max-width: 540px;
    padding-inline: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.wrapper__title {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}
.wrapper__title a {
    color: #1B3D88;
    text-decoration: none;
}
.wrapper__title a:hover {
    color: #1B3D88;
    text-decoration: underline;
}