.section_content {
    margin-top: 50px;
}

.section_title, .section_button {
    color: #00008B;
}

.section_title {
    font-size: 30px;
}

.section_button {
    font-size: 25px;
    padding: 0px 5px;
    opacity: 0;
    border-radius: 8px;
    background-color: white;
    transition: opacity 0.2s ease-out, background-color 0.1s linear;
}

.section_button:hover {
    background-color: rgb(240, 240, 240);
    cursor: pointer;
}
