* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

input, select {
    border: none;
    outline: none;
    font-size: 14px;
}

.main-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin-top: 30px;
    background-color: #FEA816;
    color: #FFFFFF;
    border: none;
    border-radius: 999px;
}

.row-btn {
    margin-left: 10px;
    color: #FEA816;
    font-size: 12px;
    border: none;
    background: none;
}