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

body {
    font-family: "Roboto-light-300", sans-serif;
    background-color: #262c3a;
    color: #fff;
}

.h1{font-size: 72px;}
.h2{font-size: 42px;}
.h3{font-size: 36px;}
.h4{font-size: 24px;}
.h5{font-size: 16px;}
.h6{font-size: 12px;}

.center-text {text-align: center; justify-content: center;}