@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200;300;400;700&display=swap');

* {
    color: white;
    background-color: #191919;
    box-sizing: border-box;
    margin: 0;
}
body{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

p{
    margin: 0 auto;
    text-align: center;
    font-size: 2rem;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
}
.boldTxt {
    font-weight: 700;
    color: #8D153A;
}
.boldTxt.title {
    font-size: 3rem;
}