*{
    padding:0px;
    margin:0px;
}

h1{
    background-image: linear-gradient(red, red, rgb(255, 91, 91));
    height: 120px;
    text-align: center;
    color: white;
    font-size:50px;
}

h2{
    background-color:rgb(255, 91, 91);
    text-align:center;
    color:white;
    font-size:30px;
}

h3{
    font-size:20px;
    margin-bottom:10px;
    margin-top:10px;
}

main{
    background-color:white;
    height:20px;
    color:black;
    text-align:center;
}

p{
    font-size:15px;
}

main>nav>ul{
   list-style-type:none; 
}

main>nav>ul>li>a{
    display:block;
    background-color:rgb(255, 105, 130);
    width:100%;
    height:100px;
    text-align:center;
    border:black solid;
    color:black;
}

p{
    padding-top: 15px;
    padding-bottom:15px;
    margin:auto;
    width:90%;
}

img{
    height: 224px;
    width:auto;
    border:white solid;
    margin:auto;
    display:flex;
}

img#bok{
    height:138px;
    width:auto;
}

img#affär{
    height:183px;
    width:auto;
}

main>nav>ul>li>a:active{
    background-color:rgb(233, 96, 119);
    color:cornflowerblue;
}

main>table,
main>table>tbody>tr>th,
main>table>tbody>tr>td {
    border: black solid;
    height:100px;
    margin:auto;
}

footer{
    background-color:rgb(88, 88, 88);
    height:50px;
    color:white;
    margin-top:100px;
    text-align:left;
}

small{
    font-size:15px;
}

address{
    font-size:15px;
}

@media screen and (min-width: 1024px) {
    p{
        width:60%;
    }
}