body, html, h1, h2, h3, p, .container{
    font-family: AmsiRegular;
}

body, html{
    overflow-x: hidden;
}

.main-content{
    height: 100vh;
}

.center-content h1{
    font-family: AmsiBlack;
    font-size: 48px;
}

.center-content p{
    line-height: 30px;
    font-size: 14px;
}

.center-content a button{
    box-shadow: 0px 8px 25px rgba(0, 181, 204, 0.28);
    border-radius: 30px;
    padding: 10px 50px;
    border: none;
    outline: none;
    font-size: 14px;
    font-family: AmsiBold;
    color: white;
    background-color: #00B5CC;
    transition: 0.3s;
}

.center-content a button:hover{
    opacity: 0.8;
    box-shadow: 0px 8px 25px rgba(0, 181, 204, 0.28);
}

.center-content img{
    top: 0;
    left: 0;
    z-index: -5;
    margin-top: -80px;
    margin-left: -70px;
}

.master-content img.top-shape {
    margin-top: -40px;
    margin-right: -50px;
    z-index: 9999;
    top: 0;
    right:0;
}

.footer-content{
    background-color: #EBF9FD;
}