body{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}
h2{
    font-weight: normal;
    font-size:25px;
    margin-bottom:45px;
}

.disc {
    margin-bottom:45px;
}
.container{
    text-align: center;
    margin: 20px 0px;
}
.head{
    padding: 20px 0px;
}
#heading{
    font-size: 55px;
    font-weight:normal;
    margin: 20px 0px;
}
#continue{
    font-size: 40px;
    color: #FFFFFF;
    background: #08bb3f;
    border-radius: 12px;
    font-weight: bold;
    font-style: normal;
    padding: 25px 110px;
    margin-top: 40px;

    text-align: center;
}
.footer a{
    color:white;
}
.footer{
    font-size: 10px;
}
.blackout{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background: black;
    opacity:.6;
    z-index: 9;
    top:0px;
}
#cnfrm{
    display: none;
    width:350px;
    height:150px;
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    border-radius:2px;
    z-index: 11;
    background:#eee;
    box-shadow: 0px 0px 5px;

    color: #222;
}

.btn{
    width:80px;
    text-align:center;
    margin:20px 5px;
}

.arrow1{
    display: none;
}
.arrow{
    color: #333;
    display: inline-block;
    position: absolute;
    z-index: 13;
    left:825px;
    top: 160px;
}
.a-content{
    margin-left:132px;
    font-size:12px;
    color: #333;
    position:relative;
    margin-top:10px;
    text-align: center;
    width:155px;
}
.a-content h2{
    font-size:20px;
    margin:30px 0px 50px 0px;
}
