body {
    background-color:burlywood;
}

h1 {
    text-align:  center;
    position: relative;
    top: -35px;
    font-family: "Soda Land";
    font-weight;
    font-size: 45px;
    color:rgb(200,100,0);
    letter-spacing: 1px;
    
}

h2 {
    text-align: center;
    position: relative;
    top: -60px;
    color:saddlebrown;
}

.square {
    width: 100px;
    height: 100px;
    background-color: #2ecc71;
}