a{
    font-size : 25px ;
    color: black;
    font-family:'Times New Roman',
    Times, serif;
    font-weight :bold ;
    text-decoration : none ;
    
}
.box1{
    width:166px;
    height:39px;
    background:pink;
    display: block;
    text-align :center ;
    border : 2px dashed #ffcc00;
    margin-right:20px;

}
.spacer1{
    display:flex;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:15px;
    margin-top:15px;
    
}
body{
    background:beige;
}