.content {
    padding: 30px 35px;
    border-radius: 16px;
    /* background-color: #fafaf8; */
    border: 1px solid #b7abd7;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(5.5px);
    /* margin-top: 50px; */
    font-family: "Source Code Pro", monospace;
}

.content:not(:first-child) {
    margin-top: 15px;
}

.content-wrapper {
    margin-top: 50px;
}

.content p{
    font-weight: 300;
    font-size: 14px;
}

.content h1 {
    font-family: "Satisfy", cursive;
    /* text-align: center; */
    margin-top: 0;
}

.content p a{
    text-decoration: none;
    color: black;
    font-weight: 400;
}

.content p a i {
    font-size: 12px;
}

.content p a:hover {
    text-decoration: underline;
}

.data-process {
    width: 70%;
    border-radius: 12px;
    margin-top: 10px;
}

.data-wrapper {
    text-align: center;
}

@media (max-width: 550px) {
    .content:first-child{
        margin-top: 91px;
    }

    .content {
        /* width: calc(100% - 60px); */
        margin-left: 15px;
        margin-right: 15px;
    }

    .content-wrapper {
        padding-bottom: 100px;
    }

    .data-process-section {
        display: none;
    }
}