}

            @font-face {
                font-family: Nunito;
                src: url('fonts/Nunito-Regular.ttf');
            }

            @font-face {
                font-family: Nunito;
                src: url('fonts/Nunito-Bold.ttf');
                font-weight: bold;
            }

            @font-face {
                font-family: Nunito;
                src: url('fonts/Nunito-Italic.ttf');
                font-style: italic;
            }

            @font-face {
                font-family: Nunito;
                src: url('fonts/Nunito-BoldItalic.ttf');
                font-style: italic;
                font-weight: bold;
            }

    html, body {
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #2b0c18;
      background-image: url(/imgs/bg.png);
      color: #fff;
      background-size: 5%;
      font-family: 'Nunito', sans-serif;
    }

    .wrapper {
      width: 100%;
      max-width: 800px;
      padding: 5%;
    }

.container {
    display: flex;
    flex-direction: column;
    height: auto;
    background: #260001;
    background: gray;
    border-radius: 25px;
    border: 5px solid #000000;
    filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 1));
    -webkit-filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 1));
    -moz-filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 1));
    }

    .top {
      display: flex;
      height: 25%;
    }

    .sectorA {
      width: 20%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
    }

    .sectorB {
      width: 70%;
      font-weight: bold;
        margin-top: 5px;
    }

    .bottom {
      display: flex;
      flex: 1;
    }

    .sectorC {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .sectorD {
      width: 20%;
    }

    @media (max-width: 600px) {
      .container {
        aspect-ratio: auto;
        height: auto;
      }

      .top {
        flex-direction: column;
        height: auto;
      }

      .sectorA, .sectorB {
        width: 100%;
        height: 60px;
      }

      .bottom {
        flex-direction: column;
      }

      .sectorC, .sectorD {
        width: 100%;
        height: 100px;
      }
    }

#avatar-geno {
    margin-top: 10px;
    margin-left: 10px;
    width: 85%;
    border-radius: 100%;
}

h2 {
    font-size: 2em;
    margin: 0;
    line-height: 1;
}

p, ul, ol, dl { margin: .1em 0; }
ul, ol { padding-left: 1em; }

p {
    font-size: 1.2em;
}
p1 {
    font-size: 1.5em;
}
a {
    color: palevioletred;
    text-decoration: underline;
    transition: ease 0.2s
}

a:hover {
    color: gray;
}
smb {
    color: palevioletred;
}
smb1 {
    color: yellow;
}

button {
    justify-content: center;
    align-items: center;
    background-color: palevioletred;
    min-width: 5.1em;
    max-width: 6.5em;
    min-height: 4.75em;
    max-height: 4.75em;
    margin-right: 5px;
    color: white;
    padding: 0px 0px;
    padding-top: 5px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 25px;
    text-decoration: none;
    border: 5px solid #000000;
    filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 1));
    -webkit-filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 1));
    -moz-filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 1));
    transition: ease 0.1s;
}
button img{
    width: auto;
    height: 2em;
    border-radius: 0.5em;
}

button:hover {
    background-color: #333;
    filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
    -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
    -moz-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
}
.imgpx{
    width: 9em;
    image-rendering: pixelated;
    transition: transform 0.15s ease, z-index 0s ease;
    position: relative;
}

.imgpx:hover{
    transform: scale(1.1);
    z-index: 10; 
}


.button2 {
    background-color: palevioletred;
    color: white;
    padding: 0.35em 0.2em;
    cursor: pointer;
    font-size: 17px;
    border-radius: 25px;
    text-decoration: none;
    border: 2px solid #000000;
    filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 1));
    -webkit-filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 1));
    -moz-filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 1));
    transition: ease 0.1s;
}

.button2:hover {
    background-color: #333;
    color: white;
}
.button2 img {
    transform-origin: top;
    margin-bottom: -5px;
    width: 25px;
    border-radius: 10px;
}

