.template-preparation {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    border: 3px solid;
    border-radius: 10px;
    text-align: center;
    padding: 1em;
    width: 400px;
    max-width: 85%;
    margin: 1em auto;
    
    background: #1957b7;
    color: white;
}

.template-preparation:hover {
    background: #fff;
    color: #000;
}

.template-preparation p {
font-size: 1.3rem !important;
font-weight: bold;
}