h1 {
    text-align: center;
    font-family: "Bitcount Ink", sans-serif;
    color: wheat;
    text-shadow: 2px 2px 4px #6690ca;
}

* {


    background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);

}

h3 {
    text-align: center;
    font-family: "Bitcount Ink", sans-serif;
    color: wheat;

    text-transform: capitalize;
    text-shadow: #6690ca 2px 2px 4px;

}

h2 {
    color: aquamarine;
    text-align: center;
    font-family: "Bitcount Ink", sans-serif;
    text-shadow: #6690ca 2px 2px 4px;
}



.button {
    display: grid;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
    grid-template-columns: 1fr 1fr;
}

body {
    align-items: center;
    justify-items: center;

}

#box {
    text-align: center;
    
    border-style: dotted;
    border-color: #6690ca;
    border-width: 6px;
    margin-top: 50px;
    margin-left: 215px;
    padding: 20px;


}

button {
    padding: 15px 30px;
    border-radius: 15px;
    border: 1px solid #aaa;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    cursor: pointer;
    size: 100px;
    font-family: "Bitcount Ink", sans-serif;
    font-size: large;

}
button:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color:aquamarine;
    border-color: #6690ca;
}
.option-box{
    width: 700px;     
    padding: 40px;     
    
     
    height: 350px; 
    border: 4px dashed #7fb3ff;
    border-radius: 10px;
    color: aquamarine;
}
p{
    color: thistle;
    font-size: large;
}