:root {
  --background_light: rgb(50,51,46);
  --background_dark: rgb(40,41,35);;
}

.body-custom {
    /*width: 100%;*/
    position: relative;
    /*text-align: center;*/
    margin-right: auto;
    margin-left: auto;
    background: var(--background_dark);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
    color: white;
    overflow: hidden;
}

* {
  box-sizing: border-box;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.center-text {
    color: white;
    font-size: 13px; 
    bottom: 0px;
    text-align: center;
}

.main-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 7vw;
    height: 2vw;
    border-radius: 5px;
    font-size: 0.9vw!important;
    text-align: center;
    margin-left: 0.5vw;
}

.main-button-div {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width:  93vw;
}

.main-div {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    text-align: center;
    margin-top: 10vh;
    width: 100vw;
    height: 80vh;
    font-size: 100px;
}