.section {
    font-size: 30px;
    font-weight: bolder;
}
.text {
    font-size: 20px;
    font-weight: bolder;
}
#paper {
    width: 80%;
    margin-left: 5%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    padding-top: 2%;
    background-color: white;
}