@charset "UTF-8";/* CSS Document */body {    background: repeating-linear-gradient(-45deg, #ffae00 2px, #ffae00 2px, #fcc800 5px, #fcc800 20px);}img {    width: 100%;}#main {    position: relative;    width: 80%;    margin: 48px auto;    background: #fcfcfc;    border-radius: 15px;    min-height: 67vh;    padding: 72px 0;}.inner {    width: 80%;    margin: 0 auto;}.inner h1 {    width: 50%;    margin: 0 auto;}.note {    font-size: 16px;    letter-spacing: 0.2px;    font-family: "sicuniversallinedsp-d", sans-serif;    font-weight: 400;    font-style: normal;    color: #555;    text-align: center;    padding-top: 36px;}p.question {    font-size: 20px;    font-family: "sicuniversallinedsp-d", sans-serif;    font-weight: 800;    font-style: normal;    color: #122a88;    text-align: center;    padding: 0;}.entrance {    width: 60%;    display: flex;    flex-wrap: nowrap;    justify-content: space-between;    margin: 0 auto;}.button-yes,.button-no {    width: 48%;}.button-yes a,.button-no a {    display: flex;    justify-content: center;    align-items: center;    width: 100%;    text-decoration: none;    font-size: 16px;    color: #fff;    font-family: "sicuniversallinedsp-d", sans-serif;    font-weight: 800;    font-style: normal;    border-radius: 15px;    padding: 12px 0;    transition: all ease .3s;}.button-yes a {    background: #ff008f;    border-bottom: solid 5px #7b0045;}.button-yes a:hover {    border-bottom: solid 2px #7b0045;    transform: translateY(3px);}.button-no a {    background: #555;    border-bottom: solid 5px #222;}.button-no a:hover {    border-bottom: solid 2px #222;    transform: translateY(3px);}