body{
    display : grid;
    grid-template-columns: 40vw  60vw;
}
*.manasymbol img{
    width: 40px;
    height: 40px;
}
#manapips{
    display: flex;
    background-color: #E6BFAA;
    justify-content: center;
    border-radius: 15pt;
}
#top{
    display: flex;
}
#top *{
    margin: 10pt;
    text-align: center;

}
#middle{
    display: flex;
    height: 204px;
    margin-bottom: 8pt;
    background-color: #EEEFE4;
    border-radius: 10pt;
    padding :2pt;
}
#middle *{
    margin-left: 4pt;
    margin-right: 4pt;
}
#recents{
    overflow: scroll;
    height : 20vh;
    scrollbar-color: #A0B6A0 #EEEFE4;
}
*.manasymbol label{
    position: absolute;
    top :20pt;
}
*.manasymbol{
    position :relative;
    margin : 10pt;
    padding : 4pt;
}
#timer{
    height: 18vh;
    font-size: 10vh;
    text-align: center;
    background-color: #A0B6A0;
    border-radius: 5px;
    font-family: "Impact";
    font-weight: bolder;
    color : "#08080C";
    border-color: "#08080C";
    border-style: solid;
    border-width: 10pt;
    width: 14vw;
    padding-left: 10pt;
    padding-right: 10pt;
    position: fixed;
    left: 99.5vw;
    transform: translateX(-100%);
    margin-left : 10pt;
}
#deck{
    margin-top: 2vh;
}
#right{
    margin : 10pt;
    position : relative;
}
#deck{
    justify-content: center;
    height : 70vh;
}
#currentcard{
    position: absolute;
    left: 10vw;
    max-height: 85vh;
}
#accept{
    position: absolute;
    top : 90vh;
    left : 22.5vw;
    background-color: green;
    height : 2.5vw;
    width: 4vw;
    border-radius: 2pt;
}
#accept:hover{
    background-color: rgb(35, 105, 35)

}
#reject{
    position: absolute;
    top : 90vh;
    left : 17.5vw;
    background-color: red;
    height : 2.5vw;
    width: 4vw;
    border-radius: 2pt;
}
#reject:hover{
    background-color: rgb(105, 35, 35);
}

*.cycle{
    text-align: center;
    line-height: 2.5vw;
    font-size: 2.5vw;   
}
.DisplayCard:hover{
    background-color: rgb(155, 155, 155);
}

.giveme{
    position: fixed;
    left: 50vw;
    top : 50vh;
}

a.timeout{
    text-align: center;
    width: 40vw;
    height: 100vh;
    margin-left: 10vw;
    margin-right: 10vw;
    background-color: rgb(171, 130, 130);
}
