body
{
    font-family: 'Arial', sans-serif;
    background-image: url("xurgue/It_is_a_transparent_tasteless_odorlessc_and_nearly_colorless_chemical_substance.png");
    background-repeat: repeat;
    background-blend-mode: darken;
}

h1, p, a
{
    color: rgb(15, 15, 15);
    /*font-weight: bold;*/
    
}

#header p, a
{
    text-align: center;
    font-size: 30px;
}


.socials
{
    display: inherit;
    text-decoration: underline;
    text-align: right;
}

.footer
{
    text-decoration: underline;
}

a
{
    font-size: large;
    text-decoration: none;
    margin-inline: 1%;
}

#playback
{
    display: block;
}

video 
{
    /*display: none;*/
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

footer {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
}

#numbers
{
    display: none;
}

#vlinks
{
    display: block;
    margin: auto;
    margin-bottom: 2%;
    text-align: center;
}

#vlinks a
{
    padding: 2%;
    white-space: nowrap;
    overflow: auto;
}
#vlinks a:hover{
    color: gray;
}

#header
{
    margin-bottom: 1%;
}
#vlinks p{
    padding-top: 2%;
    padding-bottom: 2%;
}

#tools
{
    margin-top: 5%;
    margin-left:25%;
}

img 
{
    width: 25%;
    height: auto;
    transition: 0.3s;
    margin-bottom: 3%;
}

img:hover
{
    width: 27%;
    height: auto;
}

#twols img
{
    display: block;
    margin-left: 50%;
    
}

#teeth img
{
    display: block;
    margin-left: 10%;
}

#teeth p
{
    display: block;
    margin-left:auto;
    text-align: right;
}