@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&display=swap');
body {
    font-family: "Afacad Flux", sans-serif;
}
.page-container {
    width: 94%;
    margin: 20px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-cont {
    width: 90%;
    margin: auto;
}
.img-cont img {
    width: 100%;
}
.page-container h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}
.page-container p {
    text-align: center;
    font-size: 17px;
    color: #999999;
    width: 94%;
    margin: auto;
}
.gt-btn{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.gt-btn button {
    background: linear-gradient(4deg, #31145c, #b29fd0);
    outline: none;
    border: none;
    padding: 12px 20px;
    font-family: inherit;
    border-radius: 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}