html{
    scroll-behavior: smooth;
    font-size: 62.5%;
    /* cursor: url(img/Screenshot_2023-04-13-16-54-26-17_680d03679600f7af0b4c700c6b270fe7.jpg); */
}

/* body::selection{
    background-color: aqua;
    color: black;
} */

* {
    margin: 0;
    padding: 0;
}

:root {
    --white: rgb(255, 255, 255);
}

.earth {
    color: var(--white);
    font-size: 9.6rem;
    font-weight: bold;
    padding:7.7rem 0 0 16.0rem ;
    /* display: inline-block; */
}

header {
    background-color: rgb(0, 0, 0);
    background: url(img/yCPyoZDQBBcXikqxkeW2jJ-1200-80.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

header:active::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.329);
    z-index: 1;
}

 header p{
    color: var(--white);
    font-size: x-large;
}

.paragraph1{
    margin:5.0rem 1.0rem 0 5.5rem;
}

.paragraph2{
    margin: 13.7rem 1.0rem 0 calc(250*.2rem);
    padding: 0 0 5.0rem 0;
}