@import url('https://fonts.googleapis.com/css2?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');

* {
    margin: 0;
    padding: 0;
    font-family: Roboto, Arial;
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

h1 {
    font-family: Roboto, Arial;
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    letter-spacing: 1.5px;
}

/* .min-body-height {
    min-height: 81vh;
} */