body{
    background-color: #121212;
    margin: 0;
    font-family: JetBrainsMono Nerd Font;
}
::selection{
  background: #292929;
  text-shadow: none;
}

header{
    color: #0c0317;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    font-size: 21px;
    text-align: left;
    padding: 16px;
    background-color: #1d1d1d;
    font-weight: 400px;
    align-items: center;
    display: flex;
}
a{
    color: #ffff;
    text-decoration: none;
}
footer{
    bottom: 0;
    position: fixed;
    width: 100%;
    background-color: #1d1d1d;
    padding: 10px;
    right: 0;
}
.discord{
    text-align: right;
}
header img{
    border-radius: 5px;
}
.planetani{
    padding-left: 10px;
}
main{
    margin: 10px;
    display: flex;
}
main div{
    background-color: #1d1d1d;
    margin: 10px;
    padding: 10px;
    text-align: center;
    width: 500px;
    height: 760px;
}
main{
    text-align: center;
}
.sub{
    color: #ffff;
    font-weight: 700;
    font-size: 25px;
    text-decoration: underline;
}
.content{
    color: #ffff;
}
main div span a:hover{
    background-color: #292929;
}
.Torrents a:hover{
    background-color: #292929;
}
