@font-face {
    font-family: 'transport';
    src: url('transportmedium/Transport Medium.ttf') format('truetype');
}

button {
    font-size: 24px;
    text-align: CENTER;
    margin-bottom: 10px;
    font-family: transport, sans-serif;
    border: #373737 4px solid;
    border-radius: 10px;
    background-color: white;
    color: #373737;
    text-transform: uppercase;
    padding: 7px 9px;
}

button:hover {
    background-color: #373737;
    color: white;
}

body {
    font-family: transport, sans-serif;
    line-height: 1.4;
    font-size: 16px;
    padding: 0 10px;
    margin: 50px auto;
    max-width: 650px;
    background-color: #f3f3f3;
}

.reduce {
    text-transform: none;
    font-size: 14px;
}

form {
    text-align: center
}
