body{
    background-color: white;
}

h1{
    color: rgb(217, 41, 149);
}

h2{
    color: rgb(236, 110, 36);
}

p{
    color: black;
}


.aside-box{
    height: px; ;
    width: 100px;
    background-color: rgba(255, 255, 255, 0.854);
    text-align: center;
    float: right;
    padding: 20px;
    margin: 10px;
    border-radius: 5px;
    
}

aside h1 {
    color: rgb(219, 100, 32);
    text-align: center;
    font-family:'Courier New', Courier,

}

.nav-box{
    height: 30px;
    width: 1265px;
    overflow: hidden;
    background-color: rgb(255, 171, 122);
    float: left;
    text-align: center;

}

.nav-box p {
    color: rgb(219, 100, 32) ;
    text-align: center;
    float: left;
    margin: 5px;
    display: flex;

}

a{
    text-decoration: none;
    color: black;
    margin: 10px;
    float: left;
    text-align: center;
}

.box-book {
 background-color:rgb(252, 154, 195);
 height: 300px;
 width: 700px;
 float: left;
 padding: 20px;
    margin: 10px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    

 
}

.box-book h1 {
    color: rgb(179, 34, 123);
    text-align: center;
    margin-top: auto;
}

.box-book p {
    color: rgb(86, 11, 57);
    text-align: left;
    
}


.box-movie {
    background-color:rgb(255, 171, 122);
    height: 300px;
    width: 700px;
    float: right;
    padding: 20px;
       margin: 10px;
       border-radius: 5px;
       margin-left: auto;
       margin-right: auto;
       
   
    
   }
   
   .box-movie h1 {
       color: rgb(153, 71, 23);
       text-align: center;
       margin-top: auto;
   }
   
   .box-movie p {
       color: rgb(99, 44, 11);
       text-align: left;
       
   }


   .info-box {
    background-color:rgba(255, 255, 255, 0.957);
    height: 300px;
    width: 700px;
    float: left;
    padding: 20px;
       margin: 10px;
       border-radius: 5px;
       
   }

   .info-box2 {
    background-color:rgba(255, 255, 255, 0.957);
    height: 500px;
    width: 700px;
    float: left;
    padding: 20px;
       margin: 10px;
       border-radius: 5px;
       
   }

   .box-book2 {
    background-color:rgb(252, 154, 195);
    height: 650px;
    width: 700px;
    float: left;
    padding: 20px;
       margin: 10px;
       border-radius: 5px;
    
   }
   

   .box-book2 h1 {
       color: rgb(179, 34, 123);
       text-align: center;
       margin-top: auto;
   }
   
   .box-book2 h3 {
    color: rgb(179, 34, 123);
    text-align: center;
    margin-top: auto;
}


   .box-book2 p {
       color: rgb(86, 11, 57);
       text-align: center;
       
   }


   .box-book2 a {
    text-decoration: none;
    color: rgb(86, 11, 57);
    text-align: center;
   }

   .box-movie2 {
    background-color:rgb(255, 171, 122);
    height: 350px;
    width: 700px;
    float: right;
    padding: 20px;
       margin: 10px;
       border-radius: 5px;
       
   
    
   }
   
   .box-movie2 h1 {
       color: rgb(153, 71, 23);
       text-align: center;
       margin-top: auto;
   }

   .box-movie2 h3 {
    color: rgb(153, 71, 23);
    text-align: center;
    margin-top: auto;
   }
   
   .box-movie2 p {
       color: rgb(99, 44, 11);
       text-align: center;
       
   }

   .box-movie2 a {
    text-decoration: none;
    color: rgb(99, 44, 11);
    text-align: center;

   }


   .white-box {
    background-color: white;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 300px; 
    margin: 0 auto; 
}

table {
    width: 100%;
}


tr {
    height: 40px; 
}


td {
    padding: 5px;
    text-align: left;
}


input[type="text"] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.send-button {
    width: 100%;
    padding: 10px;
    background-color: rgb(255, 171, 122) ;
    float: bottom;
}



.box-bookbig {
    background-color:rgba(255, 255, 255, 0.842);
    height: 550px;
    width: 900px;
    float: left;
    padding: 20px;
       margin: 10px;
       border-radius: 5px;
       
   
    
   }
   
   .box-bookbig h1 {
       color: rgb(153, 71, 23);
       text-align: center;
       margin-top: auto;
   }

   .box-bookbig h3 {
    color: rgb(153, 71, 23);
    text-align: center;
    margin-top: auto;
   }
   
   .box-bookbig p {
       color: rgb(0, 0, 0);
       text-align: center;
       
   }

   .box-bookbig a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    text-align: center;

   }

   .button-tilbake {
    width: 60px;
    height: 40px;
    padding: 0px;
    background-color: rgb(255, 171, 122) ;
    float: left;
}