﻿
body {
    width: 100%;
    height: 100%;
    
}

html {
    width: 100%;
    height: 100%;
}

.sak {
    border: solid 1px black;
    width: 200px;
    height: 400px;
    
}

.grid {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 40px;
    padding: 40px;
    box-sizing: border-box;
    margin-top: 10vh;
    margin-left: 8vw;
}

.sidebar {
    background-color: black;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 90vh;
}

.kategori {
    background-color: white;
}

.riktigasaker {
    display: flex;
    justify-content: space-around;
}

.search {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 12vh;
}

.modsbanhim {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

