* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* background image */
.middle {
    width: 100%;
    height: 170vh;
    background-image: url(bgimage.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.middlerap {
    width: 100%;
    height: 170vh;
    background: rgba(0, 0, 0, 0.4);
    padding-top: 2rem;
}

.box_container {
    width: 70%;
    height: 160vh;
    background-color: #fff;
    border-radius: 30px;
    margin-left: 15rem;
    background: rgba(121, 118, 118, 0.6);
}

/* COLUMN */

.column {
    margin: auto;
    width: 90%;
}

.column a {
    margin-left: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    color: #f7d80b;
    text-decoration: none !important;
    font-weight: bolder;
}

.column a:hover {
    color: #ffffff;
}

.column li {
    list-style-type: none;
    padding-top: 20px;
}

.content{
    padding-top: 5rem;
}
.content ul {
    padding-left: 3rem;
}

.content ul li {
    list-style: none;
    text-decoration: none;
    text-transform: capitalize;
    color: aliceblue;
    font-weight: 700;
    padding-bottom: 2rem;
    font-size: 30px;
}

#choice1{
    margin-left:20rem;
}
#choice2{
    margin-left: 2rem;
}


.box {
    float: right;
    width: 400px;
    height: 5vh;
    margin-right: 2rem;
    font-size: 15px;
    padding: 10px;
}


#button {
    font-size: 15px;
    color: black;
    border-radius: 30px;
    height: 35px;
    width: 250px;
    margin-left: 22rem;
    margin-top: 30px;
    margin-bottom: 28px;
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.5);
}

#button:hover {
    cursor: pointer;
    background-color: rgb(255, 255, 255);
}


.link {
    width: 100%;
    padding-left: 12rem;
}

.link ul li {
    list-style: none;
    display: inline;
    float: left;
}

.link ul li a {
    text-decoration: none;
    text-transform: uppercase;

}

.link a h3 {
    font-size: 25px;
    margin-right: 7rem;
    color: aliceblue;
    background-color: transparent;
    border: 1px solid aliceblue;
    padding: 6px 22px;
    border-radius: 20px;
    transition: 0.3s;
    font-family: sans-serif;
}

.link a h3:hover {
    color: gold;
    background-color: black;
}

.modal-header {
    background-color: #333;
    color: aliceblue;
}

.modal-body {
    width: 100%;
    background-color: black;
}

.modal-footer {
    background-color: #333;
}