/** @font-face {
  font-family: Font;
  src: url(font/Bebas-Regular.otf);
} **/

@font-face {
    font-family: MyFont;
    src: url(font/LouisGeorgeCafe.ttf);
}

@font-face {
    font-family: MyFont2;
    src: url(font/LouisGeorgeCafeBold.ttf);
}

body {
    color: black;
    font-family: MyFont;
    background-color: #fff;
    margin: 0%;
}

.cover {
    z-index: -1;
    position: relative;
    width: 100%;
}

.card {
    background-color: #f3ad72;
    border-radius: 8px;
    color: #000;
    padding: 10px 10px;
    width: 90%;
}

.opensea {
    background-color: #fff;
    border: solid 2px;
    border-color: #f3ad72;
    border-radius: 8px;
    color: #000;
    padding: 5px 5px;
    width: 90%;
}

hr {
    width: 30%;
}

.button1 {
    background-color: #f3ad72;
    font-size: 20px;
    border: none;
    color: black;
    padding: 14px 40px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
}

.button2 {
    background-color: #000;
    font-size: 20px;
    border: none;
    color: #f3ad72;
    padding: 14px 40px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
}

.bar {
    display: block;
    width: 100%;
    height: 10px;
    background-color: #f3ad72;
}

b {
    color: #f3ad72;
    font-family: MyFont2;
}

ul {
    list-style: none;
}
li {
    display: inline-block;
}
svg {
    width: 35px;
}

.Desktop {
    display: none;
    visibility: hidden;
}
.Mobile {
    display: block;
    visibility: visible;
}

.text {
    margin: 0px 5% 0px 5%;
    height: auto;
}

@media (min-width: 600px) {
    .text {
        margin: 0px 5% 0px 5%;
        height: 350px;
    }

    .Desktop {
        display: block;
        visibility: visible;
    }
    .Mobile {
        display: none;
        visibility: hidden;
    }
}
