@charset "utf-8";

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

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



}

.lead{
    font-size: 14px;
}

.main{
    font-size: 25px;
   
}


.btn {

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

  width: 300px;



  font-size: 16px;

  margin: 2%;
  padding: 0%;
  
  
  }

  

img{
    max-width: 100%;
}
footer{
    background-color: rgb(129, 162, 173);
    text-align: left;
    
  
}


