@font-face {
    font-family: Pervitina-Dex-FFP;
    src: url(Pervitina-Dex-FFP.ttf);
}

.fixed-marquee{
    box-sizing: border-box;
    width:1100px;
    padding: 15px;
    margin-top: 330px;
    position:sticky;
    background: rgba(0, 195, 255, 0.174);
}

marquee{
    color: blue;
    font-size: 20px;
    font-family: monospace;
}
span{
    margin-right:500px;
}

body{
    background-image: url("notebook-v2.png");
    background-size: 100%;
    font-family: 'Courier New';
    color:darkblue;
    font-size: 20px;
}

.title-box{
    height:100px;
    width: 1105px;
    margin-left: 349px;
    background:rgb(250 249 212);
    position: sticky;
    top:0%;
}

.right-content-box{
    box-sizing: content-box;
    margin-left: 349px;
    height:600px;
    width: 1105px;
    padding: 5px;
    background-color: rgba(249, 246, 212, .8);
}

.navigation-panel{
    box-sizing: border-box;
    margin-left: 75px;
    height:1080px;
    width: 275px;
    position: fixed;
    background-color: rgba(249, 246, 212, 0.60);
    top: 0;
}

.date-time{
    box-sizing: border-box;
    height:150px;
    width: 270px;
    padding: 10px;
    text-align: center;
    color: blue;
}

.nav-links{
    box-sizing: border-box;
    height:300px;
    width: 256px;
    padding: 10px;
    margin-top: 50%;
    text-align: center;
}

.link-box{
    box-sizing: border-box;
    height: 35px;
    padding:10px;
    background: rgba(0, 195, 255, 0.174);
}

.info-links{
    box-sizing: border-box;
    height:100px;
    width: 256px;
    padding: 10px;
    margin-top: 20%;
    text-align: center;
}

h1{
    margin: 0;
    margin-top: 10px;
    color: red;
    font-size: 70px;
    font-family: "Pervitina-Dex-FFP";
    text-shadow:
    /* Outline */
    -1px -1px 0 black,
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black,  
    -2px 0 0 black,
    2px 0 0 black,
    0 2px 0 black,
    0 -2px 0 black;
    text-align: center;
}

.gif{
    height:max-content;
}

.inline{
    padding: 10px;
    text-align: center;
}

.inline-block{
    display: inline-block;
    background: rgba(249, 246, 212, 0.60);
}
.block{
    height: 20px;
}