body{
    background-color: #f9fff3;
    text-align: center;
    line-height: 2;
}

p,ul,li{
    margin: 0;
    padding: 0;
}

.wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 20%;
}

.info li{
    list-style: none;
}

.btn-wrap a.btn{
    display: block;
    height: 50px;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    background-color: #439749;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex
;
    font-size: 25px;
    box-shadow: 0px 0px 10px 0px #A8DE8D;
    border-style: groove;
    border-width: 5px 5px 5px 5px;
    border-color: #A8DE8D;
    border-radius: 30px 30px 30px 30px;
}