@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

html{
    scroll-behavior: smooth;
}
  
body::-webkit-scrollbar {
    width: 12px
} 
  
body::-webkit-scrollbar-thumb {   
  background-color: #C4C4C4;   
  border-radius: 10px;
}

div.align-card{
    display: flex;
    justify-content: center;
    align-items: center;
}

.card{
    z-index: 2;
	margin: 5% 0;
}

main.content{
    background-color: #FFFFFF;
    width: 450px;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 20px 0;
}
div.my-informations {
    margin: auto;
    text-align: center;
}
div.my-informations img{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-bottom: 5%;
}

div.my-informations h1{
    font-family: 'Poppins', sans-serif;
    color: #120c56;
    font-size: 40px;
    text-align: center;
}

div.my-informations h3{
    font-size: 22px;
}

div.my-informations h3,
div.my-informations p{
    font-family: 'Poppins', sans-serif;
    color: #353839;
    text-align: center;
}

div.click-here{
    width: 300px;
    height: 70px;
    background-color: #22c1c3;
    border-radius: 30px;
    margin-top: 5%;
}

div.click-here p{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    margin-left: 15px;
}

.redirect-social-media{
    display: flex;
    align-items: center;
}

a{
    text-decoration: none;
}

img.icon{
    width: 45px;
    height: 45px;
    margin-left: 20px;
	border-radius: 30%;
}

p.subtitles{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #353839;
    text-align: center;
    margin-top: 40px;
}

div.no-icon p{
    margin-left: 0px;
}

div.no-icon p.align-text{
    width: 300px;
    text-align: center;
}