html{
    font-family:"Eczar", sans-serif;
    font-size: 20px;
    max-width: 1000px;
    margin-left: 300px;
    margin-right: 20px;
    margin-bottom: 200px;
    margin-top: 200px;
    text-align: center;
    
    

}
body {
    color: rgb(72, 30, 30);
}
h1 {
    text-align: center;
    text-transform: uppercase;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 60px;
    letter-spacing: 0.1em;
    color:rgb(255, 255, 255);
}
h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: white;
    letter-spacing: 3px;
}
#box {
    position: relative;
    width:800px;
    height: auto;
    margin: auto;
    top:75px;
    padding:75px 0px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.2);
}
div{
    text-shadow: 0 0 3px #ffffff, 0 0 5px #ffffff;
}