@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{
    padding: 3rem;
}


.socials-icon{
    width: 1.5rem;
}

#socials{
    text-align: center;
}

#profile_picure{

    width: 10rem;
    height: 10rem;
    border-radius: 2rem;
}




.display-4{
    font-size: 2rem !important;
}

.company-card{
    width: 80%;
}

#header-ddi{
font-family: 'cathedra';
font-size: 2.5rem;
text-align: center;
}

.btn {
    font-weight: normal;
	
}



.rounded_corners{
    border-radius: 2rem;
}