*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.table{
    color: #000000cb;
    font-size: 10em;
}
body{
    font-family: 'open sans', sans-serif;
    min-height: 100vh;
    width: 100%;
    font-size: 14px;
    background: linear-gradient(45deg, #15cae1, #e713fd);
    color: #696969;
    display: flex;
    justify-content: center;
    align-items: center;
}
input,
select,
table,
button{
    width: 100%;
    padding: 10px 24px;
    background: #e6e6e6;
    color: #696969;
    border: none;
    outline: none;
    font-size: 0.9em;
}
.quiz{
    max-width: 500px;
    background-color: #fff;
    padding: 24px;
    padding-bottom: 12px;
    border-radius: 4px;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.title{
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 4px 0;
    border-bottom: 2px solid #c516d8;
    margin-bottom: 20px;
}
.moarefy{
    text-align: center;
    font-size: 0.9em;
    margin-bottom: 20px;
    color: #696969b0;
    line-height: 18px;
}
.forma{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.forma i {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
}
.forma img {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
}
.forma svg {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
}
.forma input{
    padding-left: 36px;
    letter-spacing: 0.5;
    font-size: 1em;
}
.forma select{
    padding-left: 36px;
    letter-spacing: 0.5;
    font-size: 1em;
}