@charset "utf-8";

.bt1 {
display: inline-block;
padding: 0.8em 1.5em;
text-decoration: none;
color: #1e90ff;
border: solid 2px #1e90ff;
border-radius: 3px;
transition: .4s;
margin: 5px;
}

.bt1:hover {
background: #1e90ff;
color: white;
}

.bt3 {
display: inline-block;
padding: 0.8em 1.5em;
text-decoration: none;
color: #ff6347;
border: solid 2px #ff6347;
border-radius: 3px;
transition: .4s;
margin: 5px;
}

.bt3:hover {
background: #ff6347;
color: white;
}