:root {
    color-scheme: only light;
}

body {
    background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
}
p {
    font-size: 20px;
}
#title {
    transform: translateX(400px);
}
#me {
    transform: translateX(-8px);
    width: 600px;
}
#mefig {
    margin: 0;
    padding: 0;
}
#best {
    color: blue;
    text-shadow: 0 0 5px black;
    margin-bottom: 0;
}
figcaption {
    font-size: 24px;
}
.mathProblem {
    background: white;
    width: 40%;
    padding: 5px;
    text-align: center;
    transform: rotate(0.4deg);
}
.adC {
    background: white;
    color: black;
    width: 298px;
    text-align: center;
    list-style-type: none;
}
#ad1 {
    margin: 0;
}
a {
    text-decoration: none;
}

