html { 
    background-image: url(../img/kestas.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #000000;
    display: flex;
    font-family: 'Catamaran', sans-serif;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    align-self: center;
}

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

* {
    box-sizing: border-box;
    text-align: center;
}

.center-div::-webkit-scrollbar {
    width: 0; /* remove scrollbar space */
    background: ;
}

.center-div::-webkit-scrollbar-thumb {
    background: ;
}

.center-div {
    align-self: center;
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    margin: auto;
    text-shadow: 0 0 1px black;
    max-width: 600px;
    padding: 10px;
    min-height: 150px;
    background-color: RGBA(174,198,222,0.4);
    color: black;
    text-align: center;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.myButton {
    cursor: pointer;
}

a:active {
    text-decoration: none;
    color: #000;
}

h1 {
    font-size: 1em;
    font-weight: normal;
  text-align: center;
}

h3 {
    font-size: 1em;
}

h2 {
  font-size: 1.3em;
  font-weight: normal;
  text-align: center;
}

.info-wrap {
    text-align: center;
}