body {
    height: 100vh;
    /*background-color: #FCA9DB;*/
    background: linear-gradient(0deg, #DC64F5 0%, #4190F8 100%);
    /*#F505B5, #031891*/
}

#bo2 {
    height: 100vh;
    background: linear-gradient(345deg, #f63fcf 0%, #4190F8 100%) !important;
}

h1 {
    position: absolute;
    top: 106px;
    left: 50px;
    text-align: center;
    color: #F505B5;
    font-family: Verdana;
    font-weight: bolder;
    /*text-shadow:
            1px  1px 1px #031891,
            1px -1px 1px #031891,
            -1px  1px 1px #031891,
            -1px -1px 1px #031891;*/
}

h2 {
    position: absolute;
    top: 100px;
    left: 52px;
    text-align: center;
    font-size: xx-large;
    font-family: Verdana;
    color: #FFFFFF;
    font-weight: bolder;
}

h3 {
    position: absolute;
    top: 95px;
    left: 48px;
    text-align: center;
    font-size: xx-large;
    font-family: Verdana;
    color: #FFFFFF;
    font-weight: bolder;
}
h4 {
    position: absolute;
    top: 82px;
    left: 50px;
    text-align: center;
    font-size: xx-large;
    font-family: Verdana;
    color: #FFFFFF;
    font-weight: bolder;
}
h5 {
    position: absolute;
    top: 76px;
    left: 50px;
    text-align: center;
    font-size: xx-large;
    font-family: Verdana;
    color: #FFFFFF;
    font-weight: bolder;
}

#bonbon-button {
    position: absolute;
    top: 35vh;
    left: 60vw;
    text-decoration: none;
    font-family: Verdana, monospace;
    border: none;
    border-radius: 20px;
    padding: 10px;
    font-weight: bolder;
    /*background-color: #F505B5;*/
    background-color: rgba(12, 30, 45, 0.7);
    color: #FFFFFF;
}

#bonbon-button:hover, #index-button:hover {
    padding: 9px;
    border-style: solid;
    border-width: 2px;
    border-radius: 20px;
    border-color: #FFFFFF;
    background-color: rgba(12, 30, 45, 0.3);
    backdrop-filter: blur(14%);
    transition-duration: 0.4s;
}

#index-button {
    position: absolute;
    top: 40vh;
    left: 40vw;
    text-decoration: none;
    font-family: Verdana, monospace;
    border: none;
    border-radius: 20px;
    padding: 10px;
    font-weight: bolder;
    /*background-color: #F505B5;*/
    background-color: rgba(12, 30, 45, 0.7);
    color: #FFFFFF;
}
