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

html{
    scroll-behavior: smooth;
}

  
body::-webkit-scrollbar {
    width: 12px
} 


body {
    background: url("https://lomegars.com/bg.png"); 
    background-size: cover;

   
}
  
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-top: 2%;
}

main.content{
    background-color: #FFFFFF;
    width: 450px;
    height: auto;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .4);
}

div.my-informations img{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-bottom: 5%;
    margin-top: 30px;
    
}
.my-informations{
    text-align: center;
}

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 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;
}

div.redirect {

    margin-bottom: 30px;
}

h3 {
    color : #efefef;
    font-family: 'Poppins', sans-serif;
    margin-left: 12px;
    font-size: 20px;
    
}

a{
    text-decoration: none;
}


p.subtitles{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    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;
}