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;
}

h1 {
    padding-left: 100px;
    padding-top: 30px;
}

#hem {
    margin-left: 300px;
}

main {
    display: flex;
    width: 100%;
    justify-content: start;
    align-items: start;
    
}

.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;
}

menu {
    background-color: burlywood;
    margin: 20px;
    padding-right: 30px;
    padding-bottom: 10px;
    border-radius: 8px;
    margin-left: 300px;
}

h2 {
    color: red;
    padding-bottom: 10px;
}

#speciell {
    font-size: 15px;
}