body {
    background-color: #0E2033;
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    margin: 0;
    padding: 0;
}

.main {
    width: 100%;
    max-width: 800px;
    height: 100vh;
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logo {margin-bottom: 20px;}
.logo img {max-width: 200px;}

.reach-out {
    padding: 18px;
    width: 200px;
    background-color: #A47850;
    border-radius: 50px;
    font-size: 18px;
    margin: auto;
    cursor: pointer;
}

.reach-out:hover {
    background-color: #fff;
    color: #A47850;
}

a:link, a:visited {
    color: #fff;
    text-decoration: none;
}

.reach-out:hover a:link, .reach-out:hover a:visited {
    color: #A47850;
}