* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('../images/carousel1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body,
html {
    height: 100%;
    overflow: hidden;
}

.section {
    height: 60rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: sans-serif;
}

.title {
    background-color: rgba(255, 255, 255, 0);
    max-width: 80.0rem;
    text-align: center;
    font-size: 1.25rem;
}

.author {
    font-size: 1.2rem;
    margin-top: 1.2rem;
    text-align: center;
}
.author a {
    color: rgb(0, 129, 242);
    text-decoration: none;
}
.author a:hover {
    text-decoration: underline;
}
.author sup {
    font-size: 0.8rem;
}

.institution {
    font-size: 1.2rem;
    margin-top: 0.6rem;
    text-align: center;
    font-family: 'Times New Roman';
    white-space: pre;
}
.institution sup {
    font-size: 0.8rem;
}

.links {
    margin-top: 1.2rem;
    margin-bottom: -0.6rem;
    display: flex;
    justify-content: space-between;
    gap: 1.2rem;
}

.abstract {
    display: flex;
    justify-content: space-between;
    max-width: 100rem;
    max-height: 25rem;
    gap: 5.0rem;
    background-color: #f4f4f4;
    padding-top: 1.6rem;
    padding-bottom: 3.0rem;
    padding-right: 10rem;
    padding-left: 10rem;
    margin-top: 3.0rem;
    font-size: 1.2rem;
}
.abstract h2 {
    color: rgb(50, 50, 50);
    text-align: center;
    margin-top: 1.5rem;
}
.abstract p {
    margin-top: 0.8rem;
    color: rgb(80, 80, 80);
    font-size: 1.0rem;
}

.v2pe {
    display: flex;
    align-items: center;
    max-width: 80rem;
    justify-content: space-between;
    gap: 5.0rem;
}
.v2pe .right-text p {
    color: rgb(50, 50, 50);
    margin-top: 1rem;
    font-size: 1.1rem;
}

.result2 {
    display: flex;
    align-items: center;
    max-width: 75rem;
    justify-content: space-between;
    gap: 6.0rem;
}
.result3 {
    display: flex;
    align-items: center;
    max-width: 75rem;
    justify-content: space-between;
    gap: 3.0rem;
}
.result2 p,.result3 p {
    color: rgb(50, 50, 50);
    margin-top: 0.7rem;
    font-size: 1.1rem;
}


.bench1 {
    align-items: center;
    max-width: 55rem;
}
.bench2 {
    align-items: center;
    max-width: 50rem;
}
.bench1 p, .bench2 p {
    color: rgb(50, 50, 50);
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.0rem;
    text-align: center;
}


.dataset {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.0rem;
}
.dataset .left-text {
    margin-left: 8.0rem;
}
.dataset .left-text p {
    color: rgb(50, 50, 50);
    margin-top: 1.0rem;
    font-size: 1.1rem;
}

.task-detail .task-detail-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5.0rem;
}
.task-detail p {
    color: rgb(50, 50, 50);
    margin-top: 2rem;
    margin-left: 10rem;
    margin-right: 10rem;
    font-size: 1.1rem;
    text-align: center;
    max-width: 100rem;
}

.bibtex {
    background-color: rgb(244, 244, 244, 0);
    max-width: 80rem;
    padding-top: 2rem;
    padding-bottom: 5rem;
    padding-right: 3rem;
    padding-left: 3rem;
    margin-top: 5rem;
    font-size: 1.2rem;
}
.bibtex h2 {
    color: rgb(50, 50, 50);
    text-align: center;
}
.bibtex p {
    margin-top: 1rem;
    color: rgb(80, 80, 80);
    font-size: 1.1rem;
}

.divider {
    width: 60%;
    height: 0.05rem;
    background-color: #6d6b6b;
    margin: 3.5rem 0;
}