body {
    font-family: "Science Gothic", sans-serif;
    font-optical-sizing: auto;
}


body {
    background-color: rgb(245, 253, 253)
}

.block1 {
    height: 50vh;
    width: 50vw;
    background-color: rgb(196, 255, 235);
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 34px;
    color: rgb(50, 50, 50);
}