body {
    padding:1% 10% 1% 10%;
    background-color: #FBFBFB;
    color: #151419;
}

img{
    height:150px;
}

div {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #151419;
}

h1 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: clamp(1.5rem, 2.5vw, 3rem);
    color: #151419;
}

h2 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: clamp(1.2rem, 2vw, 2.5rem);
    color: #151419;
    margin-top:2%;
    margin-bottom: 1%;
}

h3 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: clamp(1rem, 1.2vw, 2rem);
    color: #151419;
    margin-top:2%;
    margin-bottom: 1%;
}