@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,600;0,900;1,300;1,400;1,700&display=swap');
*{
  
    font-family: 'Poppins', sans-serif;
}
body {
    width: 100%;
    height: 100vh;
}
.content-wrapper {
    padding: 25px;
    background-color: #fff;
    align-items: center;
    width: 100%;
}
h3 {
    margin-top: 25px;
    color: #3586ff;
}
h4 {
    margin-bottom: 5px;
    color: #3586ff;
}
h5 {
    margin-top: 20px;
    color: #3586ff;
}
.container-wrapper p {
    font-family:serif;
    margin-top: 5px;
    margin-bottom: 5px;
    color: rgb(110, 110, 110);
    
}