@font-face {
    font-family: 'hobbitonbrush';
    src: url('fonts/hobbitonbrush.woff2') format('woff2'),
         url('fonts/hobbitonbrush.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 150px;
}

.ojo {
    width: 125px;
}

h1 {
    font-family: 'hobbitonbrush';
    font-weight: normal;
    font-size: 54px;
    margin: 0px 0px 40px;
    color: #d20000;
}

input {
    display: block;
    width: 224px;
    margin-bottom: 8px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

input[type="submit"] {
    width: 250px;
    margin-top: 20px;
    background-color: #707070;
    color: #fff;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #a2a2a2;
}
