@font-face {
    font-family: OPTIfuturademibold;
    src: url(Font/OPTIFuturaDemiBold.otf);
}

@font-face {
    font-family: LEMONMILK-BOLD;
    src: url(Font/LEMONMILK-Bold.otf);
}

body {
    width: 100%;
    height: 100vh;
    background-image: url(Image/HD-wallpaper-green-abstract-waves-abstract-art-abstract-waves-creative-green-backgrounds-green-waves-geometric-shapes-green-gradient-background.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    display: flex;
    align-items: center;
}
ul {
    margin-left: -45px;
}
li {
    list-style: none;
    display: inline-block;
    margin: 10px;
    margin-top: 39px;
}
h1 {
    font-family: LEMONMILK-BOLD;
    text-align: center;
    font-size: 30px;
    margin: 0;
    font-weight: bold;
    color: #0c7c0e;
}
.text {
    font-family: OPTIfuturademibold;
    text-align: center;
    font-size: 15px;
    margin: 0;
    color: #357c35;
}
p {
    font-family: OPTIfuturademibold;
    margin: 0 auto;
    padding-top: 6px;
    width: 450px;
    height: auto;
    color: #2d802e;
}
.main {
    width: 800px;
    height: 520px;
    background-color: #fafafa;
    margin: 0 auto;
    padding-top: 20px;
    border-radius: 10px;
    border: 1px solid #eeeeee'
}
.img {
    background-image: url(Image/Untitled50_20231101132645.png);
    background-color: black;
    background-size: cover;
    border-radius: 100px;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border: 1px solid black;
}

@media screen and (max-width: 457px) {
    .main {
        width: 680px;
        height: 391px;
    }
    .img {
        width: 90px;
        height: 90px;
    }
    h1 {
        font-size: 25px;
    }
    .text {
        font-size: 13px;
    }
    p {
        width: 321px;
    }
    li {
        margin-top: 10px;
    }
}