.title {
    color: black;
}

.content {
    margin-top: 25px;
    padding: 0;
    font-family: sans-serif;
    background-color: #ded2fc;
    text-align: center;
    font-size: 15px;
}

.wrapper{
    display: flex;
}

/* IMAGES */
.mwah {
    width: 100px;
    height: auto;
}

.conductor-plush {
    width: 175px;
    height: auto;
}

.vote-rem {
    width: 175px;
}

.mina-ha {
    width: 175px;
}



/* LEFT SIDEBAR */
    .sidebar-left {
        text-align: left;
        padding: 0;
        width: 200px;
        background-color: #6330ba;
        overflow: auto;
        margin-left: auto;
        
        border-top: groove thick orange;
        border-left: groove thick orange;
        border-bottom: groove thick orange;
        
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .sidebar-left a {
        display: block;
        color: white;
        margin: 5px;
        padding: 5px;
        text-decoration: none;
    }

.button {
  background-color: #6330ba; /* Default background color */
  color: white;              /* Default text color */
  padding: 10px 20px;        /* Sizing */
  text-decoration: none;     /* Removes default link underline */
  border-radius: 5px;        /* Rounds the corners */
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition */
  display: inline-block;     /* Allows padding and transform */
}

.button:hover {
  background-color: #2b164f; /* New background on hover */
  color: white;            /* New text color on hover */
  cursor: pointer;           /* Changes cursor to a pointer */
}

.navbar {
    list-style-type: none;
    margin: 0;
    padding: 10px 12px;
    overflow: hidden;
}

.navbar li {

}

.navbar li a {
    display: block;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
}

.navbar li a:hover:not(.active) {
    background-color:#6330ba;
}

/* Hide dropdown by default */

.dropdown-menu {
    display: none;
    margin-left: 5px;
    background-color: lavender;
    min-width: 166px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

/* Style links inside Dropdown */

.dropdown-menu a {
    color: black;
    padding: 8px 12px;
    text-decoration: dotted;
    display: block;
    text-align: left;
}

/* change color of dropdown links on hover */

.dropdown-menu a:hover .dropdown-btn:hover {
    background-color: #2b164f;
}

/* Class added by JavaScript to show dropdown on click */

.active + .dropdown-menu {
    display: block;
}

/* RIGHT SIDEBAR */

.sidebar-right {
        text-align: left;
        padding: 0;
        width: 200px;
        background-color: #6330ba;
        overflow: auto;
        margin-right: auto;
    
        border-top: groove thick orange;
        border-right: groove thick orange;
        border-bottom: groove thick orange;
    
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .sidebar-right a {
        display: block;
        color: white;
        margin: 5px;
        padding: 5px;
        text-decoration: none;
    }

.button {
  background-color: #6330ba; /* Default background color */
  color: white;              /* Default text color */
  padding: 10px 20px;        /* Sizing */
  text-decoration: none;     /* Removes default link underline */
  border-radius: 5px;        /* Rounds the corners */
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition */
  display: inline-block;     /* Allows padding and transform */
}

.button:hover {
  background-color: #2b164f; /* New background on hover */
  color: white;            /* New text color on hover */
  cursor: pointer;           /* Changes cursor to a pointer */
}

/* CENTER CONTAINER */

.center-container {
    position: relative;
    width: 50%;
    padding-top: 5px;
    background-color: lavender;
    border-top: groove thick orange;
    border-bottom: groove thick orange;
    border-left: inset thick orange;
    border-right: inset thick orange;
}

.header2 {
    text-align: left;
    margin-left: 8px;
}


.welcome {
    position: relative;
    padding: 5px;
    margin: 15px;
    background-color: lavender;
    outline-style: dashed;
    outline-width: thin;
    outline-color: rebeccapurple;
}

.about {
    position: relative;
    padding: 5px;
    margin: 15px;
    background-color: lavender;
    outline-style: dashed;
    outline-width: thin;
    outline-color: rebeccapurple;
}

.profile {
    display: flex;
}

.icon {
    position: relative;
    margin: 15px;
    margin-top: 25px;
}

.profile-gifs {
    position: relative;
    margin: 15px;
    margin-top: 25px;
}

.bio {
     position: relative;
    padding: 5px;
    margin: 15px;
    width: 250px;
    background-color: lavender;
    outline-style: dashed;
    outline-width: thin;
    outline-color: rebeccapurple;
}

.likes-dislikes {
    display: flex;
}

.hobbies {
    position: relative;
    padding: 5px;
    margin: 15px;
    width: 425px;
    background-color: lavender;
    outline-style: dashed;
    outline-width: thin;
    outline-color: rebeccapurple;
}

.likes {
    position: relative;
    padding: 5px;
    margin: 15px;
    width: 425px;
    background-color: lavender;
    outline-style: dashed;
    outline-width: thin;
    outline-color: rebeccapurple;
}

.dislikes {
    position: relative;
    padding: 5px;
    margin: 15px;
    width: 425px;
    background-color: lavender;
    outline-style: dashed;
    outline-width: thin;
    outline-color: rebeccapurple;
}