/*page2*/

body{
    background-color: rgb(31, 21, 32);
    color: white;
    position: relative;
}

.t{
    width: 15.6%;
    top: 14.7%;
    left: 42.25%;
    position: absolute;

}
.t :hover{
    background-color: rgba(128, 0, 128, 0.5);
}
.c{
    width: 21%;
    top: 62%;
    left: 71.5%;
    position: absolute;

}
.c :hover{
    background-color: rgba(128, 0, 128, 0.5);
}
