@font-face {
    font-family: Cooper Hewitt;
    src: url("Users/rasmus/Library/Fonts/CooperHewitt.woff");
}

* {
  box-sizing: border-box;
}

html {
  align-items: center;
}

body{
  margin: 0;
  background: #4A3C3B;

}

.titel {
    margin-top: 0;
    color: #707070;
    font-family: Cooper Hewitt, Thin;
    font-weight: normal;
    text-align: center;
    font-size: 2em;
}


.bilder{
  position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bild {
    height: 500px;
    width: auto;
}

