body {
    background-image: linear-gradient(to right, yellow , grey, red);
}

p {
    text-align: center;
    font-size: 7000%;
    line-height: 1;
    margin-top: 10%;
}

h1 {

}

.centered-image {
    display: block;
    margin: 0 auto;
}

.sized-image {
    height: 20%; /* Adjust height as needed */
    width: auto; /* Maintain aspect ratio */
    margin-bottom: 20px;
}

.question {
    text-align: center;
    font-size: 35px;
    margin-top: -90%;
    margin-bottom: 30%;
}

.social {
    margin: auto;
    text-align: center;
    margin-bottom: 25%;
}