/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/holidays/hol-3/hol220.cur), auto !important;} /* End https://www.cursors-4u.com */html {
    background-color: rgb(255, 255, 255);
    background-image: url(elements/strip_02_007.jpg);

    scrollbar-width: auto;
    scrollbar-color: #e694a800 #e7b6c300;

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 10px;
  }

  *::-webkit-scrollbar-track {
    background: #e7b6c300;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #e694a800;
    border-radius: 10px;
    border: 3px solid #ffffff00;
  }
  image-rendering: pixelated;
}

@font-face {
    font-family: spirit;
    src:url(https://dl.dropbox.com/scl/fi/bqitfm4rr6tfgt3ea2jrq/Spirit.ttf?rlkey=r8hrj9c01d3cmv2iqt3vxm9tp&dl=0);
}
@font-face {
    src: url(https://dl.dropbox.com/s/kp4x66rhekt1fz5/AdabelleHandwriting-Regular.ttf);
    font-family: adabelle;
}
@font-face {
    font-family: kdot;
    src: url(https://dl.dropbox.com/scl/fi/ssfdvahgnsorkfq6jv8di/KH-Dot-Kodenmachou-16.ttf?rlkey=x3wp4lut4qg4ypvde370v1hsm&dl=0);
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.container .content header {
    display: flex;
    flex-direction: column;
    width: 400px;
    background-color: rgb(183, 145, 201);
    padding: 10px;
    border: rgb(0, 0, 0) 2px solid;
    justify-content: center;
    align-items: center;
}

.container .content header section {
    width: 298.7px;
}

.container .content header .title {
    font-family: 'spirit', sans-serif;
    font-size: 21px;
    color: #333;
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
}

.container .content header .title img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    align-self: center;
}

.container .content header p {
    font-family: 'adabelle', cursive;
    text-align: right;
    font-size: 8px;
    color: rgb(0, 0, 0);
    margin-top: -28px;
}

.container .content header button {
    background-color: transparent;
    border: none;
}

.container .content header button img {
    width: 30px;
    height: 20px;
}

.container .content .language div {
    margin-left: 162px;
}

.container .content main {
    width: 400px;
    background-color: rgb(255, 255, 255);
    border: rgb(0, 0, 0) 2px solid;
    border-top: none;
    padding: 10px;
    font-size: smaller;
    color: #333;
}

.container .content main h1 {
    font-family: 'kdot', sans-serif;
    font-size: 18px;
    text-align: center;
}

.profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(183, 145, 201);
    margin-left: 10px;
    padding: 10px;
    border: rgb(0, 0, 0) 2px solid;
    width: 153px;
}

.profile img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid rgb(0, 0, 0);
}

.profile h1 {
    font-family: 'adabelle', cursive;
    font-size: 20px;
    margin-bottom: -8px;
}

.copyright {
    width: 153px;
    padding: 10px;
    text-align: center;
    font-size: 10px;
    margin-top: 10px;
    margin-left: 10px;
    color: rgb(0, 0, 0);
    background-color: white;
    border: rgb(0, 0, 0) 2px solid;
}

.copyright img {
    width: 47px;
    height: auto;
    margin: 1px;
    border: rgb(0, 0, 0) 0.5px solid;
}

.content span {
    font-weight: bold;
    background-color: rgb(252, 205, 205);
}

.copyright nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}