@font-face {
    font-family: tf2 ;
    src: url(../fonts/tf2build.ttf);
}

div{
    font-family: tf2;
    font-size:3em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgb(235, 180, 185);
    
}

body{
    background-color: black;
}

p{
    border: 10px black dotted;
    padding: 20px;
    background-color: rgb(226, 105, 125);
    border-radius: 50px 50px 50px 50px;
    
}

.fa-solid{
color: pink;
}