@font-face { font-family: Inter-Black; src: url(Inter-Black.ttf); }
@font-face { font-family: Poppins-Medium; src: url(Poppins-Medium.ttf); }

body {
    text-align: center;
    background-color: #F5FF90;
    color: #FF9F1C;
}

h1, h2, h3 {
    font-family: Inter-Black;
}

p {
    font-family: Poppins-Medium;
    font-size: 18px;
}

img {
    border-radius: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

