@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&family=VT323&display=swap');

* {
    font-family: "Poppins", "Silkscreen", "VT323", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

.silkscreen-regular {
  font-family: "Silkscreen", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.silkscreen-bold {
  font-family: "Silkscreen", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.vt323-regular {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}


body {
    background-color: #1679AB;
}

.sidebar {
    background-color: #06202B;
    position: fixed;
    width: 270px;
    height: 100%;
    left: 0;
    top: 0;
    padding: 30px;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.milo {

    border-radius: 1vh;
}

.sidebar p.owned {
    margin-top: 25%;
    color: #EAEFEF;
}
.s {
    justify-content: space-around;
    margin-top: 10%;
}

.sbar1div {
    margin-top: 50px;
    
}

.sbar1 a {
    position: relative;
    font-size: 50px;
    color: #EAEFEF;
    font-weight: 500;
    text-decoration: none;
    margin-left: 4px;
    font-family: "VT323", sans-serif;
}

.sbar1 a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, yellow, blue);   
    transition: 0.3s;
}

.sbar1 a:hover::before {
    width: 100%;
    
}

.sbar2div {
    margin-top: 50px;
}

.sbar2 a {
    position: relative;
    font-size: 50px;
    color: #EAEFEF;
    font-weight: 500;
    text-decoration: none;
    margin-left: 4px;
    font-family: "VT323", sans-serif;
}

.sbar2 a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, rgb(252, 0, 76), rgb(0, 255, 179));     
    transition: 0.3s;
}

.sbar2 a:hover::before {
    width: 100%;
    
}

.sbar3div {
    margin-top: 50px;
}

.sbar3 a {
    position: relative;
    font-size: 50px;
    color: #EAEFEF;
    font-weight: 500;
    text-decoration: none;
    margin-left: 4px;
    font-family: "VT323", sans-serif;
}

.sbar3 a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, rgb(255, 0, 0), rgb(255, 255, 255), rgb(255, 0, 0));   
    transition: 0.3s;
}

.sbar3 a:hover::before {
    width: 100%;
    
}

.sbar4div {
    margin-top: 50px;
}

.sbar4 a {
    position: relative;
    font-size: 50px;
    color: #EAEFEF;
    font-weight: 500;
    text-decoration: none;
    margin-left: 4px;
    font-family: "VT323", sans-serif;
}

.sbar4 a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, rgb(238, 113, 255), rgb(133, 255, 117));   
    transition: 0.3s;
}

.sbar4 a:hover::before {
    width: 100%;
    
}

.sbar5div {
    margin-top: 50px;
}

.sbar5 a {
    position: relative;
    font-size: 50px;
    color: #EAEFEF;
    font-weight: 500;
    text-decoration: none;
    margin-left: 4px;
    font-family: "VT323", sans-serif;
}

.sbar5 a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #5865f2, rgb(195, 195, 255));   
    transition: 0.3s;
}

.sbar5 a:hover::before {
    width: 100%;
    
}

.sbar6div {
    margin-top: 50px;
}

.sbar6 a {
    position: relative;
    font-size: 50px;
    color: #EAEFEF;
    font-weight: 500;
    text-decoration: none;
    margin-left: 4px;
    font-family: "VT323", sans-serif;
    
}

.sbar6 a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(131, 93, 63));   
    transition: 0.3s;
}

.sbar6 a:hover::before {
    width: 100%;
    
}

.milosmoll {
    width: 25px;
    margin-top: -2.5px;
}

.AboutMe {
    font-size: 40px;
    width: 60%;
    color: #F5EEDD;
    margin-left: 22%;
    margin-top: 10%;
}

.AboutMe h1.welcome {
        font-family: "VT323", sans-serif;
}

.AboutMe h1.huge {
    font-size: 75px;
    margin-top: -10%;
    margin-bottom: 5%;
    margin-left: 15%;
    width: 100%;
    color: #F5EEDD;
    font-family: "Silkscreen", sans-serif;
}

.AboutMe p.t1 {
        font-family: "VT323", sans-serif;
}

.AboutMe p.otcl {
    color: #F5EEDD;
    font-family: "VT323", sans-serif;
}

.a1 a {
    font-family: "VT323", sans-serif;
    text-decoration: none;
    color: #071952;
}

.miloonpy {
    margin-top: 30px;
    margin-left: 40%;
    width: 20%;
}

.miloonpy2 {
    margin-top: 5px;
    margin-left: 30%;
    width: 60%;
    height: 50%;
    display: flex; 
}

.miloonpy21 {
    height: 50%;
    display: flex; 
}

.miloonpy22 {
    height: 1%;
    width: 60%;
    margin-left: 15%;
    display: flex; 
}
.mtext {
    font-family: "VT323", sans-serif;
    font-size: 50px;
    color: #EAEFEF;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 5vh;
    width: 80%;
}
