* {
    outline:none;
    font-size:24px;
}

.wrapper {
    width:500px;
}

p {
    font-size:30px;
    font-weight: bold;
    margin: 20px 0;
    padding:5px;
}

input, select {
    border: solid 2px black;
}

input[type=text], select {
    width: 300px;
    height: 40px;
    padding:3px;
}

input[type=radio], input[type=checkbox] {
    width:20px;
    height:20px;
}