body{
    background-image:url(./Assets/Images/Texturelabs_Paper_319S.jpg);
    color: black;
}
footer{
    text-align: center;
    font-family: "Play", sans-serif;
    font-size: 1.2rem;
}

.flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
    gap: 1rem;
}
span{
    color: #000575;
}

button{
    height: 50px;
    width: 200px;
    border-radius: 20px;
    background-color: #7F0A08;
    color: #fff;
    font-family: "Play", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
    margin-bottom: 10px;
}
button:hover {
    background-color: #540B0E;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  }
.question{
    align-self: flex-start;
    color: #fff;
}
.circle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    padding: 10px;
    border-radius: 100px;
    background-color: #7F0A08;
    align-self: flex-start;
}
.subHead{
    font-size: 1.95rem;
    color: #fff;
    font-family:"PT Mono", monospace;
}
p{
    font-size: 1.5rem;
    font-family: "PT Mono", monospace;
}
p.italic{
    font-family: "PT Serif", serif;
    font-style: italic;
    font-size: 1.3rem;
    text-align: center;
}


h1{
    font-size: 4rem;
    font-family: "Play", sans-serif;
    font-weight: 800;
}