body {
    width: 100%;
    height: 100vh;
    margin: 0;
    background-color: #1b1b32;
    color: #f5f6f7;
    font-family: Tahoma;
    font-size: 16px;
}

form {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    background-color: #4c006d;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 3px rgb(0, 0, 0);
}

h1 {
    margin-bottom: 0px;
    font-size: 35px;
}

h1,
p {
    text-align: center;

}

p {
    font-style: italic;
    padding-top: 0px;
    margin-bottom: 30px;
}

input,
select,
textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: solid 1px #ccc;
    border-radius: 17px;
    box-sizing: border-box;
}

fieldset {
    border: 2px none #ccc;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #39004d;
    max-width: 600px;
    box-shadow: 0px 0px 15px 3px rgb(0, 0, 0);
}

legend {
    font-weight: bold;
    font-size: 1.2em;
    padding: 0px 10ox;
    text-align: center;
}

button {
    background-color: #ff00dd;
    color: white;
    padding: 10px 20px;
    border: 1px solid black;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1em;
    display: block;
    margin: 0 auto;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 1.0);
    margin-bottom: auto;
    margin-top: 50px;
}

button:hover {
    background-color: #a04195;
    transform: scale(1.15);
}

.inline {
    width: unset;
    display: inline-block;
    margin: 0px 0.5em 0px 0px;
    vertical-align: middle;
}

textarea {
    resize: vertical;
    min-height: 100px;
}

input[type="radio"],
input[type="checkbox"] {
    transform: scale(1.2);
}

label[for="google"],
label[for="other"],
label[for="platform"],
label[for="syllabus"],
label[for="management"],
label[for="Time"] {
    display: inline-flex;
    align-items: center;
    margin-bottom: 9px;
    font-weight: bold;
}

label {
    font-weight: bold;
}