body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    height: 100vh;
    overflow: hidden;
    line-height: 0.1;
}

.cta-button {
    background-color: #ffffff14;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 28px;
    padding-right: 28px;
    border: solid 2px white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-left: 20px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    border-radius: 10px;
}

.cta-button:hover {
    text-decoration: none;
    background-color: #ffffff24;
    color: #ffffff;
}
