@font-face {
    font-family: 'cathedra'; /*a name to be used later*/
    src: url('../fonts/cathedra.otf'); /*URL to font*/
}

@font-face {
    font-family: 'cinzel'; /*a name to be used later*/
    src: url('../fonts/cinzel.ttf'); /*URL to font*/
}

body{
    font-weight: bold;
    padding: 3rem;
}

.btn{
    font-weight: bolder;

}

.socials-icon{
    width: 2.5rem;
}

#socials{
    text-align: center;
}

#profile_picure{

    width: 10rem;
    height: 10rem;
    border-radius: 5rem;
}

.link_button{
    width: 95%;
}

.display-4{
    font-size: 2rem !important;
}

.company-card{
    width: 80%;
}

#header-ddi{
font-family: 'cathedra';
font-size: 2.8rem;
text-align: center;
}


