* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    font-family: sans-serif;
}

@font-face {
    font-family: Arame;
    src: url(Arame.ttf)
}

@font-face {
    font-family: California;
    src: url(Californiaa.ttf);
}

@font-face {
    font-family: Bebas;
    src: url(Bebas.otf);
}

@font-face {
    font-family: bambe;
    src: url(bambe.otf)
}

body{
    background: url(back.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.link-bio {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 40px auto;
    gap: 20px;
}

.link-bio img{
    width: 150px;
    height: 150px;
    border: solid 3px rgb(255, 255, 255);
    border-radius: 50%;
}

.img1 {
    background: url(serv2.png) no-repeat;
    width: 50px;
    height: 100px;
    text-align: center;
    font-family: havelock;
}

.img2 {
    background: url(spo.jpg) no-repeat;
    width: 50px;
    height: 100px;
    text-align: center;
    font-family: havelock;
}

.link-bio h1{
    font-size: 40px;
}

.link-bio a {
    background: url(back-red.jpg) no-repeat;
    color: rgb(255, 255, 255);
    padding: 30px;
    width: 300px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border: solid 2px rgb(255, 255, 255);
    border-radius: 10px;
}

.link-bio a:hover {
    background-color: rgb(0, 0, 0);
}

h2 {
    color: rgb(255, 255, 255);
    font-family: California;
}

.titulo {
    text-align: center;
    font-family: Arame;
}

.titulo2 {
    text-align: center;
    font-family: Bebas;
}

.titulo3 {
    text-align: center;
    font-family: Arame;
    color: rgb(255, 255, 255);
}

.titulo4 {
    text-align: center;
    font-family: California;
}

.titulo5 {
    text-align: center;
    font-family: bambe;
}

.rodape {
    text-align: center;
}