@charset "utf-8";
#returnBtn{
 background-color: #FF84FF;
 width: 110px;
 height: 32px;
 border: 2px solid #0000;
 border-radius: 8px;
 color: #FFFFFF;
 font-size: 20px;
 font-weight: bold;
 align: center;
 position: absolute;
 top: 8px;
 left: 90px;
} 
#homeBtn{
 background-color: #E0F46A;
 width : 120px;
 height : 32px;
 border: 2px solid #0000;
 border-radius: 8px;
 color: #000000;
 font-size: 20px;
 font-weight: bold;
 align: center;
 position: absolute;
 top: 8px;
 left: 550px;"
} 
#btnHome{
 position: absolute;
 width: 110px;
 height: 32px;
 top : 30px;
 left : 550px;
 background-color: #E0F46A;
 border: 2px solid #0000;
 border-radius: 8px;
 color: #000000;
 font-size: 18px;
 font-weight: bold;
 align: center;
} 