body{
    background-color:rgb(212, 155, 119);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

iframe{
    width: 90%;
    height: 500px;
    border: none;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}

h1{
    text-align:center;
    font-size: 70px;
    color:rgb(118, 83, 48);
    margin-top: 50px;
}

h2{
    text-align:center;
    font-size: 50px;
    color:rgb(168, 97, 51);
    margin-top: 50px;
}