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

#main_wrap{
    background-color: rgb(199, 0, 33);
    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;
}

#Lessons{
    height: 300px;
    width: 600px;
    background-color: rgb(255, 240, 247);
    margin: auto;
    margin-top: 30px;
    border-radius: 6px;
    z-index: 1;
}

#lessons_header{
    background-color: pink;
    height: 40px;
    font-size: 20px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    border-radius: 2px ;
}

#drawing{
    height: 200px;
    width: 550px;
    border: 2px solid pink;
    margin: auto;
    margin-top: 15px;
    z-index: 2;
    overflow: hidden;
    border-radius: 5px;
}

.abc{
    position: absolute;
    width: 550px;
    height: 200px;
}

#slide_area {
    margin-left: 1px;
    position: relative;
    width: 550px;
    height: 200px;
}

#slide {
    position: relative;
    left: -500px;
    width: 400px;
    height: 200px;
    background: rgb(255, 255, 255);
    transition: left 0.5s ease;
    z-index: 3;
}

#slide_area:hover #slide{
    left: 0;
}

#slide_area1 {
    margin-top: -17px;
    margin-left: 1px;
    position: relative;
    width: 550px;
    height: 200px;
}

#slide1 {
    position: absolute;
    top: 17px;
    left: -500px;
    width: 400px;
    height: 200px;
    background: rgb(255, 255, 255);
    transition: left 0.5s ease;
    z-index: 3;
}

#slide_area1:hover #slide1{
    left: 0;
}

.boton_alfabeto{
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 20px;
}

.button_abc{
    text-align: center;
    font-size: 30px;
    margin-top: 5px;
    margin-left: 250px;
    position: absolute;
    width: 50px;
    height: 30px;
    background-color: pink;
    color: black;
    border-radius: 5px;
}

.button_abc:hover{
    background-color: gray;
    color:white;
    transition: background .1s ease-in;
}

.button_abc:active{
    background-color: rgb(211, 140, 152);
}

#Vocabulary{
    position: relative;
    height: 350px;
    width: 400px;
    background-color: rgb(255, 240, 247);
    margin: auto;
    margin-top: 30px;
    border-radius: 6px;
}

#vocab_header{
    height: 40px;
    width: 390px;
    background-color: pink;
    display: flex;
    align-items: center;
    border-radius: 2px ;
    padding-left: 10px;
    font-size: 20px;
}

#vocab_drawing{
    position: absolute;
    margin-top: 20px;
    margin-left: 40px;
    height: 240px;
    width: 320px;
    border: 2px solid pink;
}

#Practice{
    position: relative;
    height: 350px;
    width: 400px;
    background-color: rgb(255, 240, 247);
    margin: auto;
    margin-top: 30px;
    border-radius: 6px;
}

#practice_header{
    height: 40px;
    width: 390px;
    background-color: pink;
    display: flex;
    align-items: center;
    border-radius: 2px ;
    padding-left: 10px;
    font-size: 20px;
}

#practice_drawing{
    position: absolute;
    margin-top: 20px;
    margin-left: 40px;
    height: 240px;
    width: 320px;
    border: 2px solid pink;
}

#Resources{
    position: absolute;
    margin-left: 70px;
    background-color: white;
    height: 500px;
    width: 600px;
    font-size: 20px;
    display: flex;
}

#Resources a{
    margin-left:30px;
    display: block;
    margin-bottom: 70px;
}

#Resources h4{
    margin-left: 30px;
}

#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{
    margin: 20px;
}

.buttons{
    height: 30px;
    width: 110px;
    margin-bottom: 10px;
    border: transparent;
    border-radius: 5px;
    font-size: 15px;
}

.buttons:hover{
    background-color: gray;
    color:white;
    transition: background .1s ease-in;
}

.buttons:active{
    background-color: rgb(211, 140, 152);
}

.levels{
    width: 100px;
    height: 100px;
    border:solid 5px black;
}
