.main{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.box{
    margin-left: 60px;
    border: 50px solid lime;
    width: 300px;
    height: 200px;
    text-align: center;
    padding: 50px;
}
.box1{
    font-size: 42px;
    font-weight: bold;
    color: red;
    margin-top: 60px;
    background-color: silver;
}
.box2{
    font-size: 18px;
    font-weight: bold;
    background-color: gray;
}