#main-content{
    width:100%;
    gap:10px;
    /* height:100vh; */
    display:flex;
    flex-direction:column;
    align-items:center;
    /* justify-content:center; */
    /* overflow:hidden; */
}

#timer-header{
    /* margin-top:15px; */
    /* width:100%; */
    height:15%;
    display:flex;
    flex-direction:row;
    align-items:center;
    /* background-color:antiquewhite; */
}
#timer-header-menu{
    display:flex;
    flex-direction:column;
}

#blogspace{
    height:85%;
    width: 90%;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:30px;
    /* background-color:beige; */
}

.timer-blogpost{
    width:700px;
    height:fit-content;
    border:2px dashed #000000;
    padding:15px;
    text-align:left;
}

/* videos*/
.timer-videos{
    padding:50% 0 0 0;
    position:relative;
}

.timer-iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;

}


/* About Page */

.about{
    width:50% !important;
    align-items:center;
    /* background-color:antiquewhite; */
}