table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border: 1px solid rgb(13, 13, 69);
    padding: 8px;
    

}

body {
    background-color: rgb(110, 77, 74);
}

h2 {
    color: rgb(13, 13, 69);
    
}

h1 {
    color: rgb(13, 13, 69);
    text-align: center;
    
}

p {
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.Nyhet {
    color: rgb(181, 17, 17);
    text-align: right;
}

