body, html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #15171a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-smooth: antialiased;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;

    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; 
    margin: 0; 
}

.container {
    text-align: center;
    line-height: 1.5em;
    padding: 16px;
    color: #9ca3af;
}

img {
    width: 50%;
    height: auto;
    margin-bottom: 16px;
}

h1 {
    color: #ffffff;
}

strong {
  color: #ffffff;
  font-weight: normal;
}

a {
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    color: #d1ff19;
}

a:hover {
    border-bottom: 1px dotted #d1ff19;
}

.color-red {
    color: #d1ff19;
}

.link, .mail {
    font-weight: 600;
}

.footer {
    font-size: 12px;
}