body{
    font-size: 1.5vh;
}
#week{
    width:100%;
    padding:1%;
}
#content{
    width:45%;
    float:right;
}
#text{
    width:50%;
    float:left;
}

.stat{
    width:fit-content;
    margin:1%;
    border-style: solid;
    border-color: black;
    padding:1%;
    justify-content: center;
    

}
#stats{
    justify-content: center;
    display:grid;
    grid-template-columns: auto,auto,auto;
    grid-template-rows: auto;
}
#realstats{
    position: absolute;
    top:75%;
}
#photo{
    width:30%;
}
#board{
    height: 20%;
    width:30%;
}
#contentpt2{
    width:100%;
    height:20%;
}
#video{
    width:40%;
    height:50vh;
}