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

body {
    height: 100dvh;
    width: 100%;
    background-color: black;
    font-family: "Freeman", sans-serif;}

h1 {
    color: white;
    font-size: 4rem !important;
    font-family: "Freeman", sans-serif;
    position: relative;
}

img {
    width: 4rem;
    height: 4rem;
}

.circle {
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 50%;
    background-color: #EBD8D2;
}

@media screen and (max-width: 767px) {

    h1 {
        font-size: 3rem !important;
    }

    .circle {
        width: 85%;
    }
}

@media screen and (max-width: 391px) {

    h1 {
        font-size: 2.75rem !important;
    }
}

@media screen and (max-width: 361px) {

    h1 {
        font-size: 2.5rem !important;
    }
}

@media screen and (max-width: 332px) {

    h1 {
        font-size: 2.25rem !important;
    }
}