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

body {
    background-color: #042840;
    font-family: 'Righteous';
    text-align: center;
}

div.texts {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h2 {
    color: white;
    font-size: 6rem;
    letter-spacing: 3px;
}

h1.yes {
    color: #28A54E;
    font-size: 17rem;
    margin-top: 0px;
}

h1.no {
    color: #C72F31;
    font-size: 17rem;
    margin-top: 0px;
}