*{
    margin: 0%;
    padding: 0%;
}
body{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: white;
}
.heading{
    width: 800px;
    height: 100px;
    padding: 1em;
    border-bottom: none;
    background-color: blue;
}
.subh{
    height:100px;
    border: 2px solid blue;
    display: flex;
    align-items: center;
    gap: 1em;
}
.kitty{
    height: 125px;
}
.welcome{
    height: 130px
}
.nav{
    width: 460px;
    height: 80px;
    display: flex;
}
.home{
    flex:1;
    background-color: #ff0000;
    border: 2px solid #ff0000;
    border-right: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
}

.aboutme{
    flex:1;
    background-color: #ff0000;
    border: 2px solid #ff0000;
    border-right: none;
    border-left: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog{
    flex:1;
    background-color: #ff0000;
    border-left: none;
    border-right: none;
    border: 2px solid #ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.interests{
    flex:1;
    background-color: #ff0000;
    border: 2px solid #ff0000;
    border-right: none;
    border-left: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.resources{
    flex:1;
    background-color: #ff0000;
    border: 2px solid #ff0000;
    border-right: none;
    border-left: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.changelog{
    flex:1;
    background-color: #ff0000;
    border: 2px solid #ff0000;
    border-left: none;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.link{
    text-decoration: none;
    color:rgb(255, 255, 255)
}
.link:hover{
    color:rgb(255, 231, 17)
}
in {
    background-color: #ff0000;
    cursor: pointer;
    display: flex;
    justify-content: center;
    border: 2px solid #ff0000;
    height: 76px;
    align-items: center;
    color: white;
}
.dropdown{
    flex: 1;
    background-color: #ff0000;
}
.dropdown a{
    display:block;
    color: white;
    background-color: #ff0000;
    text-decoration: none;
    padding: 10px 15px;
    text-align: center;
    
}
.movies a{
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
}
.dropdown:hover .content{
    display: block;
    
}
.dropdown:hover in {
    color: rgb(255, 231, 17);
}
.content{
    display: none;
    position: absolute;
    
}
.dropdown a:hover{
    color: blue;
}




.container{
    width: 800px;
    height: 600px;
    padding: 1em;
    display: flex;
    gap: 1em;
    background-color: blue;
}
.colleft{
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.colright{
    flex: 1;
    display:flex;
    flex-direction: column;
    gap: 1em;
}
.row{
    flex: 1;
    overflow: auto;
}

.row1, .row2, .box1, .box2, .right {
    border: solid 5px rgb(255, 231, 17)
}
.abouttop{
    display:flex;
    gap: 1em;
    padding: 5px;
    background-color: rgb(255, 231, 17);
}
.about {
    gap: 1em;
    
}
.about1{
    flex: 1;
    display: flex;
    justify-content: center;
}
.about2{
    flex: 2;
}
.about3{
    flex: 1;
    display: flex;
    justify-content: center;
}
h1 {
    text-align: center;
    color: blue;
    padding: 10px;
    font-size: x-large;
    border: 2px dotted;
    border-radius: 1em;
    padding: 3px;
    background-color: rgb(255, 231, 17);
}
.aboutbottom{
    display:flex;
    flex-direction: column;
    gap: 1em;
    padding: 5px;
    background-color: rgb(255, 231, 17);
    
}
p{
    border: 2px dotted;
    border-radius: 1em;
    background-color: rgb(255, 231, 17);
    color: blue;
    text-indent: 5px;
    padding: 5px;
}
.row3{
    display: flex;
    gap: 1em;
    border: none;
}
.box{
    flex: 1;
    overflow: auto;
}
.right{
    flex: 1;
    overflow: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    
}
.box1{
    overflow: auto
}
.row2, .box1, .box2{
    background-color: rgb(255, 231, 17);
    
}


/* width */
::-webkit-scrollbar {
  width: 7px;
  
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(255, 231, 17); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff0000; 
  border: none;
  border-radius: 1em;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #9c0000; 
}

.miku {
    padding: 10px;
    display: flex;
    align-items: center;
    border: 2px blue dotted;
    justify-content: center;
    border-radius: 1em;
    width:155px;
    height: 155px;
    flex-direction: row;
    margin: 10px;
}
.crsl{
    display: flex;
    flex-direction: column;

}

.carousel{
    margin: 15px;
    width: 220px;
    display: flex;
    flex-direction: row;
    
    overflow-x: auto;
    
}
.carousel::-webkit-scrollbar{
    display: none;
}
.group{
    display:flex;
    align-items: center;
    justify-content: center;
    animation: spin 7s infinite linear;
}
.button{
    padding: px;
    align-content: center;
    flex: 0 0 5em;

}
@keyframes spin {
    from {translate: 0;}
    to {translate: -100%;}
}
.msg{
    text-decoration: none;
    color:red;
}
.msg:hover{
    color:rgb(255, 231, 17);
}
button{
    border: none;
    width: 150px;
    height: 20px;
    background-color: blue;
}
button:hover{
    background-color: #ff0000;
}