:root {
    --backgroundblue: rgba(46, 61, 194, 0.69);
    --backgroundpurple: rgba(116, 62, 204, 0.63);
    --backgroundpink: rgba(214, 62, 189, 0.63);
    --siteblack: #494648;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
    background-color: #F7F7F7;
    color: #494648;
}

a {
    text-decoration: none;
    color: inherit;
}

h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h2 {
    font-size: 32px;
    font-weight: 600;
}

h3 {
    font-size: 40px;
}

p {
    font-size: 18px;
    color: #3d3a3d;
    margin-top: 10px;
    margin-bottom: 10px;
}

.container {
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    width: clamp(300px, 80%, 600px);
    justify-content: center;
}

.goback {
    margin-bottom: 36px;
}
.goback h2 {
    font-size: 18px;
    color: #8e898c;
    text-decoration: underline;
}

.misconception p {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 8px;
}

.truth {
    margin-top: 50px;
}

.truth h2 {
    background: var(--misconception-gradient-2, linear-gradient(86deg, rgba(46, 61, 194, 0.69) 51.48%, rgba(167, 18, 143, 0.63) 96.59%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}