
body
{
    margin: 0;
}
.Cotainer
{
    width: 100%;
}
a
{
    text-decoration: none;
    color: rgb(221, 221, 221);
}
a:focus-visible
{
    color: rgb(221, 221, 221);
}
.first_page .intro
{
    font-size: xx-large;
    color: rgb(221, 221, 221);
    font-family: Impact, Char, sans-serif;
}
.header
{
    background-color: rgb(41, 40, 40);
    padding: 2%;
    text-align: center;
}
.line
{
    margin: 0;
    padding: 0;
}

.line ul li
{
    list-style-type: none;
    display: inline;
    margin: 70px;
    padding:10px;
    color: rgb(207, 214, 219);
    font-size:xx-large;
}
.background
{
    width: 100%;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.logoytb
{
    width: 50px;
    position: relative;
    bottom: -15px;
}
.logotwitch
{
    width: 50px;
    position: relative;
    bottom: -10px;
}
.logoing
{
    width: 30px;
}
.footer
{
    background-color: rgb(41, 40, 40);
    padding: 5%;
    list-style-type: none;
    display:block;
    position: relative;
    margin-top: -5px;
}
.footer ul
{
    color: rgb(207, 214, 219);
    font-size:large;
    display:block;
}
.footer a
{
    color: rgb(69, 185, 40);
}
.footer a:focus-visible
{
    color: rgb(42, 110, 25);
}
.blackstrip
{
    background-color: black;
    list-style-type: none;
    padding: 1%;
    color: aliceblue;
    text-align: center;
}
