@import url(https://fonts.googleapis.com/css?family=PT+Sans:700&subset=latin,latin-ext);

h1 {
    font-family: "PT Sans";
    font-size: 100px;
    text-align: center;
}

.result {
    font-family: "PT Sans";
    font-size: 50px;
    text-align: center;
}

a,
input {
    font-family: "PT Sans";
}

input {
    width: 95%;
    border-bottom-width: medium;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-left: 2.5%;
    margin-right: 2.5%;
    font-size: 50px;
    padding: inherit;
    background-color: #FFFFFF;
    color: #636363;
}

a {
    font-size: 25px;
    text-decoration: none;
    color: #47A7A6;
    margin-left: 3%;
}

body {
    color: #FE6363;
    background-color: #FFFFFF;
}

h2 {
    font-family: "PT Sans";
    font-size: 72px;
    text-align: center;
}

h3 {
    font-family: "PT Sans";
    font-size: 40px;
    text-align: center;
}

p {
    font-family: "PT Sans";
    font-size: 24px;
    color: #636363;
    margin-left: 5%;
}
#footer{
    font-family: "PT Sans";
    font-size:18px;
    text-align:center;
    margin-bottom: 5%;	
}