﻿body {
    background-image: url(https://avatanplus.com/files/resources/original/5f510b741efee1745494bd9f.jpg);
    background-repeat: repeat;
}
.a1 {
    width: 1000px;
    height: 500px;
    border: 10px solid black;
}
.a2 {
    width: 1000px;
    height: 500px;
    border-radius: 300px;
    border: 5px solid pink;
}
p {
    font-size: 2vw;
    color: forestgreen;
    font-family: Bradley Hand;
}

.textt {
    color: forestgreen;
    border: 5px solid black;
}
.container {
    max-width: 600px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
}

.question {
    margin-bottom: 20px;
}

.result {
    margin-top: 20px;
    font-size: 18px;
}

