@font-face {
    font-family: 'IamBanky English';
    src:  url('/font/IamBankyEnglish.woff2') format('woff2'),
          url('/font/IamBankyEnglish.woff') format('woff'),
         url('/font/IamBankyEnglish.ttf') format('truetype');
}

body {
    background: black;
    color: #fff;
    font-family: 'IamBanky English', 'Open Sans', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
}

img {
    border-radius: 50%;
}

#logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    height: auto;
    max-width: 125px;
    cursor: pointer;
}

#logo:hover { opacity: 0.7; }

.title {
    text-align: center;
    padding: 10px;
}

a {
    text-align: center;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid white;
    border-width: 2px;
    width: 290px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    text-decoration: none;
    color: white;
    transition: color 1s;
}

a:hover {
    color: #000;
    background: #fff;
}

.bottom-text {
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
}

.name {
    text-align: center;
    padding-bottom: 5px;
}

.line {
    margin: 50px;
}

.seo {
    color: black;
}
/*
.swal-button--no {
    background-color: #eb0000;
}

.swal-button--no:hover {
    background-color: gray;
}

.swal-button--yes {
    background-color: #3a9425;
}

.swal-button--yes:hover {
    background-color: gray;
}*/

