main {
    text-align: center;
    max-width: 800px;
    background-color: #e0c9c9;
    background-size: cover;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    
}

h1 {
    font-family: edo;
    font-size: 42px;
    color: cadetblue;
    text-shadow: 2px 2px 1px rgb(57, 104, 105)
    
}

iframe {
    border: 5px ridge;
    color: cadetblue;
}