@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300&display=swap');

.next {
    background-color: #00294F;
    background-image: url('https://imgur.com/SHhEQcV.png');
    height: 100vh;
}

.text {
    color: white;
    font-family: 'Lexend', sans-serif
}

.span {
    font-size: 16px
}