/*h1 {*/
/*    margin-top: 100px;*/
    
/*}*/

#logo {
    height: 200px;
    width: 200px;
}

#links {
    float: left;
    padding-right: 20px;
    text-decoration: none;
}

#header {
    width: 100%;
    position: fixed; /* Set the navbar to fixed position */
    top: 0;
}

body {
    /*background-color: #CFD9FF;*/
    background-color: olive;
}

#heading {
    margin: 50px 30px;
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.center {
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.center {
    text-align: center;
}

#survey {
    color: white;
}