body{
    background-color: rgb(255, 238, 241);
}

#main_wrap{
    border: 4px inset  rgb(221, 221, 221);
    width: 1330px;
    height: 580px;
    margin: auto;
    position: relative;
}

#left_wrap{
    background-color: pink;
    width: 150px;
    height: 580px;
    position: absolute;
    padding-top: 5px;

}

#center_wrap{
    background-color: rgb(255, 224, 229);
    width: 750px;
    height: 580px;
    margin-left: 150px;
    position: absolute;
    overflow: auto;
}


#right_wrap{
    background-color: pink;
    width: 430px;
    height: 580px;
    margin-left: 900px;
    position: absolute;
}

#header{
    font-size: 18px;
    margin: 5px;
    border-bottom: 2px dashed grey;
}

#menu{
    position: relative;
    margin: 20px;
}

.ham{
    color:black;
    position: absolute;
    font-size: 30px;
    margin-top: 5px;
    margin-left: 30px;
    background-color: rgb(221, 221, 221);
    padding: 10px;
    border-radius: 10px;
}

.ham:hover{
    background-color: gray;
    color: white;
    transition: background 0.23s ease-in;
}

#Vocal{
    width: 100px;
    height: 100px;
    border:solid 5px gray;
    border-radius: 100px;
    position: relative;
    margin-top: 25px;
    margin-left: 350px;
    background-color: white;
}

#Vocal h2{
    position: absolute;
    margin-top: 36px;
    margin-left: 18px;
}

#Vocal h3{
    position: absolute;
    margin-top: 106px;
    margin-left: 25px;
}

#Vocal:hover{
    border-color: rgb(170, 170, 170);
    background-color: gray;
    transition: background 0.23s ease-in;
}

#Consonants{
    width: 100px;
    height: 100px;
    border:solid 5px gray;
    border-radius: 100px;
    position: relative;
    margin-top: 85px;
    margin-left: 250px;
    background-color: white;
}

#Consonants h2{
    position: absolute;
    margin-top: 36px;
    margin-left: 18px;
}

#Consonants h3{
    position: absolute;
    margin-top: 106px;
    margin-left: 5px;
}

#Consonants:hover{
    border-color: rgb(170, 170, 170);
    background-color: gray;
    transition: background 0.23s ease-in;
}