*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow: hidden;
    background-color: #121212;
    
}
.bmw{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bmw p{
    color: white;
    padding: 12px;
    animation-name: font;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0 10px blue;
    font-size: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.butt a img{
    width: 40px;
    transition: all 1s;
}
.butt{
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 9px;
}
.main{
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 79vh;
    gap: 4px;

}
.bmw img{
    width: 30px;
}


.butt a img:hover{
    box-shadow: 0 0 10px white;
    border-radius: 12px;
    scale: 1.2;
}
.html img{
    width: 100px;
    display: flex;
    border-radius: 100px;
    border: 1px solid white;

}
.html{
    display: flex;
    justify-content: center;
}

#capcut{
    color: white;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: 1px solid white;
    border-radius: 12px;
    width: 200px;
    height: 30px;
    align-items: center;
    text-align: center;
    background: url(GIF\ by\ TQI\ -\ Tecnologia\,\ Qualidade\ em\ Informação.gif) no-repeat center center;
}
.cap{
    display: flex;
    justify-content: center;
    align-items:center;
    text-align: center;
}