body {
   background-color: #610f15; 
}

header {
    background-color: #e61d2a;
    height: 80px;
}

header .logo img {
    max-height: 60px;
    margin-top: 10px;
    margin-left: 10px;
}

p {
    color: white;
    font-family: Arial;
    font-size: 20px;
    text-align: center;
}

.convertor {
    margin-top: 30px;
    margin-left: 40%;
    border-radius: 25px;
    background: #e89090;
    padding: 20px;
    width: 250px;
    height: 250px;
}

.convertor p {
    margin-top: 10px;
    font-size: 30px;
    font-family: Arial;
}

.convertor b {
    font-size: 30px;
    font-family: Arial;
    margin-left: 120px;
}



input[type=number], select {
    width: 65%;
    height: 18%;
    padding: 15px 20px;
    margin: 10px 0;
    display: inline-block;
    border: 1px solid #610f15;
    background-color: #e61d2a;
    color: white;
    border-radius: 4px;
    box-sizing: border-box;
}

footer {
    margin-top: 185px;
    padding: 1px;
    background-color: #e61d2a;
    text-align: center;
    
}

footer p {
    color: white;
   font-family: monospace;
    font-size: 20px;
}

footer a {
    color: #7d0707;
    text-decoration: none;
    text-shadow: 0 0 5px #310202;
}