.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: red;
    border: solid 2px red;
    border-radius: 3px;
    transition: .4s;
}

.square_btn:hover {
    background: red;
    color: white;
}