body{
    color: rgb(255, 230, 0);
    background-color: rgb(114, 17, 153);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
    display: grid;
}
h2{
    font-size: 90px;
}
label{
    color: rgb(218, 198, 15);
    background-color: black;
    font-size: xx-large;
}
input{
    background-color: black;
    color: rgb(86, 226, 43);
    font-size: xx-large;
}
option{
    background-color: black;
    color: rgb(250, 246, 2);
    font-size: xx-large;
}
button{
   background-color: rgb(252, 235, 5);
    color: rgb(0, 0, 0);
    font-size: xx-large;
}