<기존 버튼>
.mytitle > button {
width:250px;
height: 50px;
background-color: transparent;
border: 1px solid white;
color: white;
border-radius: 50px;
margin-top: 20px;
<굵어진 hover 일어난 버튼>
.mytitle > button:hover {
border: 2px solid white;
}