main{

}
.ust{
    margin:0px auto;
width:100px;
height:200px;
background-color: crimson;
float: left;
}
.alt{
width:100px;
height:200px;
background-color: cyan;
}
.top{
border:2px solid black;
border-radius:25px;
background-color: red;
}