body {
    margin: 0px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: rgb(252, 252, 252);

}

.logga {
    position: absolute;
    margin: 10px;
    margin-top: 15px;
}

header {
    background-color: rgb(230, 195, 149);
    align-content: center;
    display: flex;
    height: 150px;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

a {
    color: black;
    font-size: 25px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    font-size: 30px;
    transition: all 1s;
}

#öppettider {
    margin-left: 300px;
}

h3 {
    padding: 50px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: rgb(220, 187, 81);
    width: 50%;
    border-radius: 10px;
    margin-top: 60px;
}

main {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    
}

aside {
    max-height: 150px;
    max-width: 250px;
    background-color: rgb(253, 128, 128);
    border: 20px;
    border-radius: 10px;
    padding: 20px;
    margin-top: 50px;
}


.tider, table {
    margin: 25px 2px;
    font-size: 30px;
    border-collapse: collapse;
    margin-left: 100px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}

th, td {
    border: 1px solid #383838;
    width: 200px;
    background-color: rgb(252, 252, 252);
    padding: 60px, 75px;
    padding-left: 40px;
    border: 0px;
}

.tider, table, tr, th {
    background-color: rgb(252, 252, 252);
    color: rgb(0, 0, 0);
    text-align: left;
}

.thstart {
    border-top-left-radius: 5px;
}
.thend {
    border-top-right-radius: 5px;
}
tr {
    border-bottom: 1px solid black;
}

.tdstart {
    border-left: 0px;
}


.divider {
    height: 100px;
}


.divkontakt {
    display: flex;
    width: 100%;
    min-height: 300px;
    background-color: black;
    color: white;
    flex-direction: column;
}

.kontakt {
    padding: 20px;
}

.divtable {
    border-bottom: 2px white;
    background-color: black;
    margin-left: 50px;
}

.th {
    background-color: black;
    color: white;
    padding: 0px;
    max-width: 100px;
}

.td {
    background-color: black;
    color: white;
    padding-left: 10px;
}