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

body {
    background: #2D3142;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 98vh;
}