body {
    background-color: #06315e;
}

.header {
    overflow: hidden;
    padding: 20px 10px;
    font-family: "coolvetica rg";
    text-align: center;
}

.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 3px;
    background-color: #06315e;
    color: #ebeded;
    font-family: "coolvetica rg"
}

body {
font-size: 18px;
line-height: 24px;
font-weight: 400;
font-family: "coolvetica rg";
}
  
@font-face {
    font-family: 'coolvetica rg';
    font-style: normal;
    src: url('../fonts/coolvetica-rg.otf');
}

.container {
    position: relative;
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.container-left {
    position: relative;
    width: 100%;
    max-width: 600px;
    text-align: left;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.column {
    position: center;
    width: 100%;
    float: center;
    box-sizing: border-box;
}

h1 {
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 800;
}
h1 {
    font-size: 24px;
    line-height: 64px;
    letter-spacing: 2.5px;
}

button,
.button {
  margin-bottom: 1rem;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
p,
ol {
  margin-bottom: 2.5rem;
}

