@font-face {
    font-family: spacemono;
    src: url('../fonts/SpaceMono-Regular.ttf') format('truetype');
}
@font-face {
    font-family: DOS;
    src: url('../fonts/DOS-V.woff');
}
body {
    overflow: hidden;
    padding: none;
    margin: none;
}
a.exit-bttn:link {
    color: white !important;
}
a.exit-bttn:visited {
    color: white !important;
}
a.exit-bttn:hover {
    color: white !important;
    filter: drop-shadow(1px 1px 0 rgba(255, 255, 255, 0.486)) 
    drop-shadow(-1px 1px 0 rgba(255, 255, 255, 0.486))
    drop-shadow(1px -1px 0 rgba(255, 255, 255, 0.486))
    drop-shadow(-1px -1px 0 rgba(255, 255, 255, 0.486));
}
a.exit-bttn:active {
    color: white;

}
.cinema {
    width: 101%;
    margin: none;
}
.big-cont {
    width: 1920px;
    height: 1080px;
    margin-left: -10px;
    margin-top: -10px;
}
.exit {
    position: absolute;
    font-family: DOS;
    font-size: 20px;
    text-decoration: none;
    top: 590px;
    left: 100px;
    width: 50px;
}
.exit-bttn {
    text-decoration: none;
}
.screen {
    position: absolute;
    width: 630px;
    height: 371px;
    
    left: 658px;
    top: 320px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: black white;
    
}
.film {
    width: 100%;
    display: flex;
    height: 205px;
    padding: 5px;
    gap: 7px;
}
.poster {
    height: 200px;
    
}
.info {
    height: 200px;
    flex-grow: 1;
    line-height: 10px;
    font-family: spacemono;
}
.title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 15px;
    line-height: 30px;
}
.author {
    font-size: 20px;
    line-height: -10px;
    margin-top: -13px;
}
.comment {
    font-size: 25px;
    margin-top: -5px;
    line-height: 25px;
}
.tooltip {
    cursor: help;
    border-bottom: 2px dotted;
    margin-bottom: -10px;
}