.home {
    line-height: 45px;
     width: 50px;
     font-size: 10pt;
     margin-top: 30px;
     position:fixed;
     top:0;
     right:30px;
 }


.contact{
    line-height: 63px;
     width: 69px;
     font-size: 10pt;
     margin-top: 60px;
     position:fixed;
     top:0;
     right:30px;
}

button {
    background-color: #d11d35;
    border-radius: 50%;
    color: white;
    border: none;
    cursor: pointer;
}
a {
    text-decoration: none;
    color: white;
    border: none;
    cursor: pointer;
 
}
body {
    color: black; 
    font-family: 'helvetica';
    text-align: center;
}
h1 {
    color: #d11d35;
    text-align: center;
    text-shadow: 4px 0 black
}
#scroll {
    display: none;
    line-height: 12px;
     width: 57px;
     font-size: 10pt;
     margin-top: 150px;
     position:fixed;
     top:0;
     right:30px;
    padding: 10px;

}
p {
}

#catalog {
    color:#d11d35;
    text-decoration: underline;
}

#induction {
    margin-top: -14px;
}

h2{
    text-decoration:overline;
}