@import url('https://fonts.googleapis.com/css?family=Quicksand|Fredoka|Fredoka One|Varela Round');

body {
    font-family: 'Varela Round';
    margin: 10px;
}

h1 {
    font-family: 'Fredoka one';
    color:#858AFF;
    text-align: center;
    font-size: 75px;
}

p {
    margin-left: 11px;
    font-size: 20px;
    color: #355AC2;
}

#information {
  color:#355AC2;  
  margin-top: 58px;
  margin-bottom: 58px;
  text-align: center;
}

form {
    margin-left: 12px;
}

#age {
    width: 233px; 
}

#comment {
    width: 446px;
}

#changer {
    width: 457px;
}

input[type="radio" i] {
    margin: 0px 1px 46px 11px;
}

input[type="text" i] {
    margin: 0px 1px 46px 11px;
    border-radius: 7px;
    height: 21px;
    font-family: 'Varela Round';
}

button[type="submit" i] {
    margin-left: 8px;
    font-family: 'Varela Round';
    color: white;
    border-radius: 18px;
    width: 83px;
    height: 36px;
    border: 0;
    background-color: #355AC2;
    cursor: pointer;
    margin: 0px 0px 17px 0px;
}

button[type="submit" i]:hover {
    background-color:#bdbfc3;
    color:#355AC2;
}

