.main{
    width:100%;
    height: 200px;
    background-color: beige;
    text-align: center;
}

.text{
    font-size: 36px;
    color: saddlebrown;
}

