.ember-application {
    margin: 0 !important;
    padding: 0 !important;
}
div.container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 90%;

}

a {
    color: black;
}

a:visited {
    color: black;
}

div.menu {
    position: relative;
    float: left;
    right: 30px;
}

div.body {
    position: relative;
    float: right;
    top: -20px;
    height: 100%;
}

img.bild {
    height: 95%;
    
}
