body{
    background-color: rgb(252, 227, 147);
    color:white;
}
h1{
    text-align: center;
    font-size: 40px;
}
h2{
    font-size:30px;
}
#h_calculator{
    position: fixed;
    top:50px;
    left:200px;
   
}
#kittens{
    position: fixed;
    top:50px;
    right:150px;
}
a{
    text-decoration:none;
    color: white;
}
.classes_even{
    display: flex;
    justify-content: center;
    align-items: center;  
    font-size: 30px;
    background-image: url('classes_blue.png');
    width: 300px;
    height: 55px;
    
    margin:auto;
    margin-bottom: 25px;
}
.classes_odd{
    display: flex;
    justify-content: center;
    align-items: center;  
    font-size: 30px;
    background-image: url('classes_red.png');
    width: 300px;
    height: 55px;
    
    margin:auto;
    margin-bottom: 25px;
}
#calculator{
    position: fixed;
    top:130px;
    left:145px;
}
#display{
    width:235px;
    height:50px;
    margin-bottom:10px;
    padding-left: 15px;
    text-align: left;
    border-radius: 10px;
    border:none;
    background-color:white;
    font-size:20px;
    letter-spacing: 2px;
}
.buttons_n{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin: 10px;
    margin-left: 0px;
    background:transparent;
    background-image: url('button_blue.png');
    border:none;
    color:white;
    cursor:pointer;
    font-size: 20px;
}
.buttons_op{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin: 10px;
    margin-left: 0px;
    background:transparent;
    background-image: url('button_red.png');
    border:none;
    color:white;
    cursor:pointer;
    font-size:20px;
}
#Fred{
    width: 130px;
    height:130px;
    position: fixed;
    top: 130px;
    right: 280px;
    margin:10px
}
#Peanut{
    width: 130px;
    height:130px;
    position: fixed;
    top: 250px;
    right:280px;
    margin:10px
}
#Fred_p{
    position:fixed;
    top:140px;
    right:120px;
    font-size:20px;
}
#Peanut_p{
    position:fixed;
    top:260px;
    right:120px;
    font-size:20px;
}
#teacher{
    width:130px;
    height:130px;
    position:fixed;
    top:120px;
    left:145px;
}
.chat{
    width:800px;
    height:200px;
    background-color: lemonchiffon;
    position:fixed;
    top:120px;
    left:320px;
    border-radius: 10px;
    font-size: 25px;
    color: crimson;
    text-align: center;
    line-height: 50px;
    padding: 20px;;
}
#continue{
    color:crimson;
    font-size: 18px;
    position:fixed;
    top:300px;
    left:340px;
}
#main_menu{
    position: fixed;
    top:390px;
    right:220px;
    width:100px;
    height:40px;
    border-radius: 10px;
    background-color: crimson;
    color:lemonchiffon;
    text-align: center;
    line-height: 40px;
}
#next{
    position: fixed;
    top:390px;
    right:350px;
    width:100px;
    height:40px;
    border-radius: 10px;
    background-color: crimson;
    color:lemonchiffon;
    text-align: center;
    line-height: 40px;
}
