@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {
    background-color: rgb(23, 22, 28);
    color: white;
    font-family: "Roboto", sans-serif;
    width: 95vw;
}

.h1, h1 {font-size: 72px;}
.h2, h2 {font-size: 48px;}
.h3, h3 {font-size: 36px;}
.h4, h4 {font-size: 24px;}
.h5, h5 {font-size: 16px;}
.h6, h6 {font-size: 12px;}

.meaning {
    border-radius: 10px;
    background-color: rgb(19, 19, 32);
    width: 90%;
    padding: 15px;
    display: flex;
}

.tnm {
    width:45%;
    color: #3b395c;
    height: 90%;
    border-radius: 25px;
    margin: 10px;
    padding: 10px;
    float: right;
}