body {
    font-family: 'monospace', serif;
    font-style: italic; 
    font-size: 50px; 
    display: grid;   
    justify-content: space-around;
    justify-items: center; 
 }
.BUTTON_CVN {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 0;
    line-height: 0;
    color: #000000;
    font-family: Times New Roman;
    width: 200px;
    font-size: 20px;
    padding: 20px;
    background-color: #F2CF5D;
    border: outset #ECD690 6px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
 }
 
 .BUTTON_CVN:hover {
    background: #EBC13B;
    border: outset #ECD690 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
 }
.BUTTONJ_CVN {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   height: 0;
   line-height: 0;
   color: #000000;
   font-family: Times New Roman;
   width: 400px;
   font-size: 20px;
   padding: 20px;
   background-color: #F2CF5D;
   border: outset #ECD690 6px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.BUTTONJ_CVN:hover {
   background: #EBC13B;
   border: outset #ECD690 6px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   text-decoration: none;
}
.font{
    font-size: 20px;
} .font10{
    font-size: 10px;
   }