#one{
    font-size: 80px;
    text-align: center;
    padding:10px;
    margin-top: 0px;
    color:black;
    background-color: lightgreen;
}
#two{
    text-align: center;
}
#three{
    text-align: center;
    margin-top: 20px;
    columns: black;
    background-color: lightcoral;
}
#four{
    border-color:black;
    border-width: 5px;
    border-style:solid;
    margin-left:20%;
    margin-right:20%;
    margin-top: 40px;
    font-size: 20px;
}
#btn1
{
    margin-top:20px;
    background-color: aquamarine;
    color:black;
    width:100px;
    height: 50px;
    cursor:pointer;
}
#btn1:hover{
    color:blue;
}
#five{
    width:470px;
    height:40px;
}
#toy{
    display:inline;
    margin-left: 15px;
}
#t1{
    text-align: center;
    margin-top: 20px;
    padding:5px;
    background-color: rgb(197, 73, 27);
    color:black;
}
#t2{
    margin-top: 20px;
    margin-bottom:20px;
}
#t3{
    display: inline;
    width:25%;
    height:25%;

}
#t4{
    display: inline;
    width:20%;
    height:20%;

}
#t5{
    display: inline;
    width:25%;
    height:25%;

}
#t6{
    display: inline;
    width:20%;
    height:20%;
    margin-left:55px;

}
#list{
    border-width: 5px;
    border-color: black;
    border-style: solid;
    margin-right: 84%;
}
#pes1{
    color:black;
    background-color: orangered;
    padding:3px;
    text-align: center;
}
#pes2{
    text-align: center;
    display: inline;
}
#pes3{
    margin-top: 10px;
    text-align: center;
    color:green;
}
#pes4{
    text-align: center;
    border-width: 5px;
    border-color: black;
    border-style: solid;
    margin-top: 20px;
    padding:10px;
}
#pbtn1{
    margin-top:20px;
    background-color: aquamarine;
    color:black;
    width:100px;
    height: 50px;
    cursor:pointer;

}
#pbtn1:hover{
    color:blue;
}
#f1{
    text-align: center;
    color:black;
    background-color: orangered;
    padding:5px;

}
#f2{
    border-color: black;
    border-width: 5px;
    border-style: solid;
    text-align: center;
    padding:5px;
}
#fbtn1{
    margin-top:20px;
    background-color: aquamarine;
    color:black;
    width:100px;
    height: 50px;
    cursor:pointer;

}
#fbtn1:hover{
    color:blue;
}
#v1{
    color:black;
    background-color: orangered;
    padding:5px;
    text-align: center;
}
#v2{
    color: rgb(164, 5, 5);
    text-align: center;
    margin-top:5px;
}
#vbtn1{
    margin-top:20px;
    background-color: aquamarine;
    color:black;
    width:100px;
    height: 50px;
    cursor:pointer;

}
#vbtn1:hover{
    color:blue;
}
