body{
    background-color: rgb(191, 192, 147);
    margin: 60px; 
}

h1{
    color: rgb(34, 33, 25);
    font-family: DMSerifText-Regular;
    text-shadow: 3px 3px 5px rgb(224, 12, 48);
    text-align: center;
}
#ctr{
    display: flex;
    
}

#span6{
    margin-bottom: 10px;
    margin-top: 10px;
    position: absolute;
    top: 50px;
    left: 500px;
    
}

#span7{
    margin-bottom: 10px;
    margin-top: 10px;
    position: absolute;
    top: 350px;
    left: 500px;
}
