@font-face {
    font-family: dot;
    src: url(../fonts/Doto-VariableFont_ROND\,wght.ttf) format('TrueType'); 
}
body {
    background-color: black;
    color: #15ff00;
    font-family: dot;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 50px;
}
.big-cont {
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.header {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: center;
}
.header-pic {
    width: 100%;
}
.title {
    font-size: 30px;
}
h1 {
    font-size: 55px;
    line-height: 55px;
}
.container {
    width: 100%;
    border: #15ff00 1px dotted;
    margin-top: -30px;
    padding: 5px;
}
.button {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    height: 35px;
}
.description {
margin-top: -1px;
line-height: 16px;
}
.back {
    font-size: 30px;
}
.back-b {
    position: sticky;
    top: 5px;
}
a {
    text-decoration: none;
}
a:link {
    color: #15ff00 !important;
}
a:hover {
    color: #15ff00 !important;
}
a:active {
    color: white !important;
}
a:visited {
    color: #15ff00 !important;
}
.vid {
    margin: 5px;
    padding-bottom: 5px;
}
.vid img {
    width: 100%;
}
.vid h2 {
    margin-top: -6px;
    padding-left: 2px;
}
.vid p {
    margin-top: -20px;
    padding-left: 2px;
}
#yt {
    max-height: 600px;
    overflow-y: scroll;
    scrollbar-color: #15ff00 black ;
}