<style>
    
.prompt-thin {
  font-family: "Prompt", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.prompt-extralight {
  font-family: "Prompt", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.prompt-light {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.prompt-regular {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.prompt-medium {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.prompt-semibold {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.prompt-bold {
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.prompt-extrabold {
  font-family: "Prompt", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.prompt-black {
  font-family: "Prompt", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.prompt-thin-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.prompt-extralight-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.prompt-light-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.prompt-regular-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.prompt-medium-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.prompt-semibold-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.prompt-bold-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.prompt-extrabold-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.prompt-black-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 900;
  font-style: italic;
}
 

ul.navigate{
    list-style-type: none;
    padding: 0px;
    font-size: larger;
    margin: 0;
    line-height: 125%;
    color: #FFF9E3;
    font-family: "Prompt", sans-serif;
}

ul.navigate li:hover{
    color: #DD0036;
}

.dropdown{
    position: relative;
    display: inline-block;
    color: #FFF9E3;
}

.dropdown-content{
    display: none;
    position: absolute;
    background-color: rgba(255, 188, 123, 0.75);
    border: #FF8964 3px solid;
    border-radius: 5px;
    min-width: 150px;
    padding: 5px;
    z-index: 1;
    left: 0;
    margin-top: -10px;
}

.dropdown:hover .dropdown-content{
    display: block;
}





    body{
        font-family: "Prompt", sans-serif;
        Background-color: #2d0812;
    }
    
    .container{
        background-color: #FFF9E3;
        border-radius: 10px;
        width: 1000px;
        margin: 0 auto;
        border: #FFF9E3 5px solid;
        display: grid;
        grid-gap: 5px;
    }
    
    #container a{
        
    }
    
    #header {
        background-image: linear-gradient(-45deg, #FFFAA5,#FF8964,#DD0036);
        border-radius: 10px;
        padding: 5px;
        margin: 5px;
        text-align: center; 
        font-size: larger;
        display: grid;
        height: 150px;
    }

    #header img{
        width: 400px;
        height: auto;
        margin: auto;
    }
    
    #border{
        background-image: linear-gradient(to top, #8B0215, #DD0036);
        padding: 5px;
        border-radius: 10px;
        color: #FFF9E3;
    }
    
    
    .content{
        display: flex;
    }

    textarea{
    resize: none;
    width: 120px;
    height: 50px;
}
    
    aside{
        width: 150px;
        height: auto;
        padding: 5px 20px;
        background-color: #FFDa83;
        border: #FF8964 5px solid;
        border-radius: 10px;
        margin: 5px;
        
    }

    aside a{
    color: #FFF9E3;
    font-family: "Prompt", sans-serif;
    text-decoration: none;
}

    aside a:hover{
        color: #FFF9E3;
        text-shadow: #DD0036 2px 2px;
}

aside ul li{
    transition: transform 0.3s ease;
}

aside ul li:hover{
    transform: scale(1.05);
}

    
    main{
        background-color: #FFF9E3;
        flex: 1;
        padding: 10px;
        order: 2;
        text-align: center;
        border: #FFE389 5px dashed;
        border-radius: 10px;
    }

    
    main img{
        width: 350px;
        height: auto;
        transition: transform 0.5s ease;
    }
    
    main img:hover{
        transform: scale(1.05) rotate(2deg);
    }
    

    .nav{
        order: 1;
        
    }
    

    .nav img{
        width: 150px;
        height: auto;
        transition: transform 0.3s ease;
        
}

    .nav img:hover{
    transform: scale(1.15);
}

.socials img{
    width: 126px;
    
}
    
    #fun{
        order: 3;
    }
    
    h2{
        text-align: center;
        border: #8B0215 3px solid;
        border-radius: 10px;
        background-image: linear-gradient(to bottom, #FF2D46, #FFDA83);
        color: #8B0215;
        
    }
    
    h3{
        text-align: center;
        border: #8B0215 3px solid;
        border-radius: 10px;
        background-image: linear-gradient(to bottom, #FF5757, #FF8964);
        color: #8B0215;
       
    }
    
    .box{
        border: #FF8964 3px solid;
        padding: 10px;
        background-color: #FFB46D;
        color: #FFF9E3;
    
    }

    .mood{
       padding: 1px;
        
    }


    .chatroom{
        border: #FF8964 3px solid;
    }
    
#tama{
    width: 105px;
    padding: 10px;
}

    #footer{
        text-align: center;
        background-image: linear-gradient(to top, #8B0215, #DD0036);
        border-radius: 10px;
        padding: 10px;
        color: #FFF9E3;
    }
    </style>