body{
    background-image: linear-gradient(360deg, rgb(4, 4, 70), rgb(87, 5, 5))
}


.container
{
    height: 720px;
    width: 1580px;
    background-color: black;
}
#timer
{
    color:blueviolet;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;

}

.Menu
{
    height: 150px;
    cursor: pointer;
}
#Rod1
{
    background-image: linear-gradient(360deg, rgb(4, 4, 70), rgb(87, 5, 5));
    border-radius: 20px 0px 0px 20px;
}
#Rod2
{
    background-image: linear-gradient(360deg,rgb(87, 5, 5), rgb(4, 4, 70));

}
#Rod3
{
    background-image: linear-gradient(360deg, rgb(4, 4, 70), rgb(87, 5, 5));
    border-radius: 0px 20px 20px 0px;
}
.DiskValue
{
    text-align:center;
    color:white;margin-top: 8px;
    font-family:Arial, Helvetica, sans-serif;

}
.bar
{
    display:flex;
    justify-content: center;
    gap:30px;
}
.vertical{
    background-color:blueviolet;
    height: 60px;
    width:60px;
    border-radius: 12px;
    text-align: center;
    font-size: 30px;
    color: azure;
}
.up
{
    text-align: center;
    font-size: 40px;
    color: white;
}
.down
{
    text-align: center;
    font-size: 40px;
    color: white;
}
.undo
{
    text-align: center;
    font-size: 40px;
    color: white;
}
.redo
{
    text-align: center;
    font-size: 40px;
    color: white;
    top:10.5%;
    left: 68%;
}
.Horizontal{
    background-color:brown;
    height: 60px;
    width:60px;
    border-radius: 12px;
    text-align: center;
    font-size: 30px;
    color: azure;
}
.level
{
    background-color:cornflowerblue;
    height: 60px;
    width:200px;
    border-radius: 12px;
    text-align: center;
}
.level h2
{
    color:wheat;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 12px;
}
.Menu h1
{
    font-family: Arial, Helvetica, sans-serif;
    text-align:center;
    padding-top:20px;
    color:brown;
}
.Rods
{
    display:flex;
    height:450px;
    border:3px;
    width: auto;
    justify-content: center;
}
.Stick
{
    height: 350px;
    width: 10px;
    background-color:gold;
    border-radius: 12px;
}
.disk1
{
    background-color:blueviolet;
    background-image: linear-gradient(180deg, red, rgb(31, 31, 3));
    height: 30px;
    width: 80px;
    border-radius: 20px;
    position: absolute;
    top: 540px;
}
.rod
{
    display: flex;
    justify-content: center;
    width: 350px;
    align-items: center;
    justify-items: center;
    background-color: rgb(117, 70, 12);
}
.Options
{
    padding-top: 12px;
    background-color: black;
    height: 50px;
    display: flex;
    gap:200px;
    justify-content: center;

    width: auto;

}
.PlayAgain p
{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    align-content: center;
    color:blueviolet;
}
.PlayAgain
{
    cursor: pointer;
    background-color:gold;
    height:80px;
    width: 150px;
    border-radius: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
