h1 {
    border: 2px dotted white;
    padding: 10px;
    border-radius: 25px;
    margin: auto;
    width: 300px;
    background: url(./images/sand.jpeg);
    font-size: 80px;
    color: #000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
}
h2 {
    text-indent: 2%;
    text-shadow: 5px 5px 5px rgba(176, 134, 106, 0.829);
    
}
p {
    text-indent: 2%;
    font-size: 148%;
}
details {
    text-indent: 2%;
}
hr.new1 {  
        border-top: 2px dotted rgba(175, 143, 117, 0.812);
}
body {
    text-align: center;
}