.content-body {
    margin-top: 10px;
    margin-bottom: 10px;
    color: black;
    padding: 0px 10px 10px 10px;
    background: linear-gradient(45deg, white, #c0c0c0, white);
    background-color: black;
    border-radius: 30px;
    width: 65%;
    border: 1.5px solid white;
    justify-self: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lexend;
    font-weight: bold;
    text-shadow: .5px .5px .5px black, -.5px -.5px 0px #e4e1e1;
    text-decoration: underline;
}


h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    font-family: Lexend;
    font-size: 12px;
}

a {
    color: black;
}

@font-face {
    font-family: 'Lexend';
    src: url('../assets/fonts/Lexend/Lexend-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Lexend';
    src: url('../assets/fonts/Lexend/Lexend-VariableFont_wght.ttf') format('truetype');
}

@media (max-width: 768px) {
    .content-body {
        width: 95%;
    }
}

.dice-core-block {
    width: 20%;
    border: 1px solid black;
    border-radius: 20px;
    background-color: white;
}

.dice-core-block img {
    width: 100%;
    border-radius: 20px;
}

.us-img {
    padding-top: 10px;
    background-color: white;
    width: 50%;
    border: 2px solid black;
    border-radius: 20px;
}

.featured {
    width: 50%;
    border: 2px solid black;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .content-body {
        width: 95%;
    }

    .dice-core-content {
        display: block;
    }

    .us-img {
        width: 90%;
    }

    .featured {
        width: 90%
    }
}