
body {
    background-color: rgb(0, 0, 0);
}

.simpleButton {
    font-family: 'Comic Sans MS';
    background-color: rgb(43, 26, 89);
    color: rgb(214, 199, 255);
    height: 30px;
    width: 80px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}


.galleryButton {
    font-family: 'Comic Sans MS';
    background-color: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    height: 0px;
    width: 0px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    position: absolute;
    top: 600px;
    left: 13%;
}

.curatedButton {
    font-family: 'Comic Sans MS';
    background-color: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    height: 0px;
    width: 0px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    position: absolute;
    top: 700px;
    right: 57%;
}


.contactButton {
    font-family: 'Comic Sans MS';
    background-color: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    height: 0px;
    width: 0px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    position: absolute;
    top: 600px;
    right: 27%;
}

.titleBH {
    border: none;
    border-radius: 0px;
    position: absolute;
    top: 30px;
    height:68%;
    width: auto;
    left: 0.9%;
}

.titleMG {
    border: none;
    border-radius: 0px;
    position: absolute;
    top: 30px;
    right: 1%;
    height: 68%;
    width: auto;
}

.pageExtender {
    font-family: 'Comic Sans MS';
    background-color: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    height: 0px;
    width: 0px;
    border: none;
    border-radius: 0px;
    position: absolute;
    top: 2950px;
    left: 50px;
}


.bottomImage {
    border: none;
    border-radius: 0px;
    position: absolute;
    top: 2000px;
 height:100%;
 width:auto;
 left: 7%;
}