h1.titleDo {
    margin: 24px;
    margin-top: 10vh;
}

.form {
    background: #ede7f6;
    border-radius: 24px;
    padding: 24px;
    margin: 24px;
    display: flex;
    max-width: 400px;
    font-size: 1.15rem;
    flex-direction: column;
}

select#type {
    background: #ffffff;
    color: black;
    border-radius: 48px;
    outline: none;
    border: none;
    padding: 12px;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
}

.btn {
    padding: 12px;
    border-radius: 60px;
    border: none;
    outline: none;
    background: #8a2be2;
    font-weight: bold;
    color: white;
    font-size: 1.15rem;
    cursor: pointer;
}

.form.link {
    display: flex;
    flex-direction: row;
}

input[type="text"] {
    width: 100%;
    border-radius: 60px;
    outline: none;
    border: none;
    padding: 8px;
    font-weight: bold;
    margin-right: 14px;
    font-size: 1.15rem;
    text-align: center;
}