
@font-face {
  font-family: 'Open Sans';
  src: url('../assets/fonts/Open_Sans/static/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: 'Open Sans', sans-serif;
}

.bullet-point {
    list-style-type: circle;
}

.button-light-blue{
    display: inline-block;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    justify-content: center;
    white-space: normal;
    word-break: break-word;
    background-color: rgb(209, 223, 234);
    color: #547AA5
}
.button-medium-blue{
    display: inline-block;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    justify-content: center;
    white-space: normal;
    word-break: break-word;
    background-color: rgb(168, 177, 220);
    color: white
}

.center {
    flex: auto;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
}

.center-text {
  text-align: center;
}

.header{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header h1{
    z-index: 2;
    color: white;
    font-size: 30px;
    height: 26px;
    padding: 0;
    margin: 0;
    position: absolute;
}
.header img{
    z-index: 1;
    top:0;
    right:0;
    bottom:0;
    left:0;
}

.horizontal-space {
    padding-left:5em;
    padding-right:5em;
}

.vert-seperate {
    padding-top:1em;
}

.old-parameter {
    font-weight: bold;
    color: red;
}

.new-parameter {
    font-weight: bold;
    color: green;
}