body,
html {
    padding: 2%;
    height: 95%;
}

.custom-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    bottom: 2%;
    left: 5%;
    width: 11%;
    height: 7%;
    font-size: 1.1em;
    font-weight: 500;
    border: 25px;
}

section {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    padding: 1%;
}
