.button {
    height: 60px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    background-color: #ff930a;
    color: #ffffff;
    border-radius: 8px;
    border-width: 0;
}

.button:hover {
    height: 60px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    border-radius: 8px;
    border-width: 0;
    background-color: #884ab2;
}

.p {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 26px;
}

.logo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .logo {
        width: 260px;
    }
}

@media (min-width: 769px) {
    .logo {
        width: 360px;
    }
}

.section {
    margin: 200px 40px auto;
    text-align: center;
    display: flex;
    flex-direction: column;
}