@font-face {
    font-family: 'gotham-pro';
    src: url('../fonts/gothampro.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: "custom";
    src: url('../fonts/custom.ttf');
}
html, body {
    overflow-x: hidden;
}
section{
    padding: 10px;
}
body,h1,h2,h3,h4,h5,h6,a,p,span{
    margin: 0;
    font-family: "gotham-pro";
}
body{
    display: flex;
    flex-direction: column;
}
a:hover{
    color: orange;
}
a{
    text-decoration: none;
}
.text_underline{
    text-decoration: underline;
}
.blue{
    color: #264276;
}
.orange{
    color: #FFA500;
}
img.quotes{
    margin: 10px 0;
}
.hidden{
    display: none;
}