html {
    max-width:1920px;
    margin: 0 auto;
}
* {
  margin: 0;
  padding: 0;
  font-family: Calibri, sans-serif;
}
body {
}
.top {
    width:100%;
    display: table;
}
.top-title{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    padding: 30px;
}
a:hover{
    background-color:#B9D9E9;
}
.text{
    display:flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
}
.text p {
    flex: 0 1 auto;
    font-size: larger;
    line-height:1.2;
    text-align: justify;
    max-width:600px;
    padding: 20px;
}
.text img {
    flex: 0 1 auto;
    opacity: 1;
    max-width: 600px;
    height: 100%;
    width: 100%;
}
.cover {
    max-width: 400px !important;
}

.text  div {
    padding: 20px 20px;
    margin: 20px;
}
.border {
/*   border: 1px solid black;*/
}
.white {
    background: white;
}
.blue{
    background-color:#B9D9E9;
}
.link{
    text-align: center;
    text-decoration:none;
    color: black;
    flex: 0 1 auto;
    font-weight: bold;
    font-size: 24px;
    background-color:#A2C2D1;
    padding: 20px;
    margin: 20px;
}
.linkog{
    text-align: center;
    text-decoration:none;
    color: black;
    flex: 0 1 auto;
    font-weight: bold;
    font-size: 24px;
    background-color:#AFFCF5;
    padding: 20px;
    margin: 20px;
}
.divcenter {
    text-align: center;
    padding: 20px;
    margin: 20px;
    flex: 0 1 auto;
}
