body{
    background-color: rgb(206, 56, 56);
}
.random{
    margin-left: 45%;
    transition: transform .7s ease-in-out;
    border-radius: 50%;
    background-color: rgb(57, 57, 241);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-color: transparent;
    color: whitesmoke;
    box-shadow: 0 5px 15px rgb(236, 60, 60);
}
.random:hover{
    background-color: rgb(236, 60, 60);
    transform: rotate(360deg);
    box-shadow: 0 5px 15px rgb(0,140,255);
}
.selector{
    width: 50%;
    display: table-cell;
    border-radius: 10px 0 0 10px;
    background-color: blanchedalmond;
    padding-bottom: 50px;
}
.countdown{
    text-align: center;
    margin-left: 10px;
    display: table-cell;
    border-radius: 0 10px 10px 0;
    background-color: blanchedalmond;
    padding-bottom: 50px;
}
#countp{
    top: 10px;
    padding: 10px;
    color: rgb(17, 16, 16);
    font-size: 30px;
}
.toprow{
  display: table,block;
  width: 100%;
}
.bottomrow{
  display: table;
  width: 100%;
}
.link{
    text-align: center;
    margin-left: 10px;
    display: table-cell;
    background-color: blanchedalmond;
    padding-bottom: 50px;
}
.empty{
    display: table-cell;
    border-radius: 10px,10px,0,0;
    background-color: blanchedalmond;
    padding-bottom: 50px;
    border-radius: 0 10px 10px 0;
}
.wishlist{
    border-radius: 10px 0 0 10px;
    display: table-cell;
    background-color: blanchedalmond;
    padding-bottom: 50px;
}
.links{
    margin-left: 25%;
}
.santa{
    border-radius: 5px;
    margin-left: 25%;
}