@charset "utf-8";

body
{
    color: #000;
    text-align: left;
    
    font-family: "Sawarabi Gothic";

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 2em; 


}
img{
    max-width: 100%;
}

.btn {

    display: inline-block;
    text-align: center;
  
    line-height: 25px;
    
  
  background-color: lightblue;
  
  color: rgb(255, 255, 255);
  text-decoration: none;

  width: 150px;



  font-size: 10px;

  margin: 1%;
  padding: 0%;
}
.main{
    font-size: 25px;
}

footer{
    background-color: rgb(129, 162, 173);
    text-align: left;
    
  
}