body{
    background-color: beige;
}

header>h1, header>h2{
color: blue;
background-color: paleturquoise;
text-align: center;
font-family: 'Courier New', Courier, monospace;
padding: 0px 20px;
}
header>h1{
    font-size: 3rem;
}
header>h2{
    font-size: 2rem;
}
nav>ul{
    list-style-type: none;
    display: flex;
    flex-direction: column;
}
nav>ul>li{
    width: 100%;
}
nav>ul>li>a{
    background-color: lightgray;
    display: block;
    text-align: center;
    padding: 10px 0px;
    border: black solid 1px;
}
nav>ul>li>a:active{
    background-color: darkgray;
}

main{
    background-color: aquamarine;
}
main>article{
    padding: 10px 15px;
}
main>table{
    width: 100%;
}
/* main>table>tbody>tr>th{
    width: 50%;
}
main>table>tbody>tr>td{
    width: 50%;
} */
main>table,main>table>tbody>tr>th,
main>table>tbody>tr>td{
    border: black solid 5px;
    border-collapse: collapse;
}
.Skåne{
background-color: red;
}
.t{
    height: 300px;
    width: 300px;
}
.tf{
    height: 300px;
    width: 450px;
}
.l{
    height: 300px;
    width: 100px;
    background-color: yellow;
}
.lt{
    height: 100px;
    background-color: yellow;
}
.star{
    height: 300px;
    width: 33%;
    background-color: rgb(10, 49, 97);
}
.re{
    height: 50px;
    width: 66%;
    background-color: rgb(179, 25, 66);
}
.rt{
    height: 50px;
    width: 66%;
    background-color: white;
}
main>table>tbody>tr>td>img{
    height: 340px;
}
