body{
    background-color: rgb(239, 239, 222);
    height: auto;
    border: 30px;
    background-image: url(https://cdn.britannica.com/54/150954-050-F8D14782/Night-view-Parthenon-Athens.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    
}

img{
    border-color: black;
    border-radius: 10px;
    border: 20px;
}

h1{
    text-align: center;
    background-color: aliceblue;
    margin: auto;
    width: 50%;
    border-radius: 30%;

}

h2{
    text-align: center;
    background-color: aliceblue;
    text-decoration: wavy;
    text-shadow: 10px;
    margin: auto;
    width: 50%;
    border-radius: 30%;
    
}

#ody{
    padding-left: 10px;
    text-align: center;
    font-size: large;
    background-color: aliceblue;
    font-family: 'Times New Roman', Times, serif;
    margin: auto;
    width: 70%;
  
    
}

#epic{
    padding-left: 5px;
    font-size: large;
    background-color: aliceblue;
    font-family: 'Times New Roman', Times, serif;
    width: 70%;
    margin: auto;
    font-weight: 100;
}

#display{
    size: 100px;
}

#mainarea{
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    text-decoration: wavy;
    background-color: rgb(255, 255, 255);
    background-size: cover;
    margin: auto;
    font-size: large;
   
}

#btn{
    padding: 10px;
    align-items: center;
    image-resolution: 20px;
    align-content: center;
    align-self: center;
    width: 40%;
    margin: auto;
}

#q{
    padding: 10px;
    align-items: center;
    align-self: center;
    width: 50%;
    margin: auto;
}

