@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');

body {
    background-color: #2c2f33;
    padding: 0;
    margin: 0;
    font-family: "Fredoka One";
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #FFC0CB;
}

.main-content {
    word-wrap: break-word;
}

h1 {
    color: #FFC0CB;
    font-family: "Fredoka One";
    text-align: center;
    font-size: 500%;
}

h3 {
    color: #ff6289;
    font-family: "Knewave";
    text-align: center;
    font-size: 150%;
}

h2 {
    color: #FFC0CB;
    font-family: "Fredoka One";
    text-align: center;
    font-size: 200%;
}

.LinkMiya {
    color: #ff6289;
    font-family: "Knewave";
    text-align: center;
    font-size: 150%;
}

#sidebar {
    position: fixed;
    width: 200px;
    height: 100%;
    background: rgb(53, 53, 58);
    left: -200px;
    transition: all 0.5s ease;
}

#sidebar.active {
    left: -30px;
}

.home_content{
    position: relative;
    background: #2c2f33;
    min-height: 100vh;
    top: 0;
    left: 78px;
    width: calc(100% - 82px);
    transition: all 0.5s ease;
    z-index: 2;
  }

#sidebar.active ~ .home_content{
    left: 260px;
    width: calc(100% - 250px);
}

#sidebar h3 {
    font-size: 130%;
    color: #FFC0CB;
}

#sidebar ul li {
    color: #FF69B4;
    text-align: center;
    padding: 15px 10px;
    list-style: none;
    border-bottom: 1px solid #FF4FA7;
}

#sidebar li h6 {
    color: pink;
    font-size: 120%;
    font: "Fredoka One";
}

#sidebar ul li a {
    text-decoration: none;
    color: #FF69B4;
}

#sidebar .toggle-btn {
    position: absolute;
    left: 220px;
    top: 20px;
    cursor: pointer;
}

#sidebar .toggle-btn span {
    display: block;
    width: 40px;
    text-align: center;
    font-size: 30px;
    border: 1px solid #FF4FA7;
}

.avatarside {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #800080;
    border-radius: 100%;
    width: 60%;
    height: 60%;
    -webkit-transform: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.avatarside:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fotoperfil {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #800080;
    border-radius: 100%;
    width: 60%;
    height: 60%;
    -webkit-transform: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.fotoperfil:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.sejmetsupport {
    display: block;
    margin-left: 0;
    margin-right: 0;
    border: 4px solid #800080;
    border-radius: 100%;
    width: 7%;
    height: 7%;
    -webkit-transform: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

