
body {
   background-image:url("https://i.pinimg.com/736x/74/33/ad/7433adf3a76dfefea55ee076c62fabad.jpg");
font-family: "Trirong", serif;
  height: 100px;
  padding: 50px;
  margin: 0;
}

.container{
Background-color:White;
width:100%;
padding:50px;
Margin:0;
text-align:Center
}

header{
 padding: 60px;
 width:100%;
  text-align: center;
  background: #CF2D0C;
  color: black;
 font-family: "Cinzel", serif;
 Opacity:0.9;
 border: 40px solid transparent;
 Border-image:url("https://i.pinimg.com/1200x/62/c7/dc/62c7dcd97aa0c062a675bacfe5423e10.jpg")20% round;
 
}

.overlay{
 height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);

}


.overlay-content{
position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;

}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}/* Fake image, just for this example */
 .fakeimg {
   background-color:Grey;
  Margin:20px;
  padding:20px;
  width:50%;
  box-shadow: 1px 3px 3px black;
}


/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .container, .navbar {   
    flex-direction: column;
  }
}

.card {
  box-shadow: 1 4px 8px 0 rgba(0,0,0,0.9);
  transition: 0.3s;
  width: 100%;
  background-image:url("https://i.pinimg.com/736x/80/5b/b6/805bb6e13475e1413c2c0378dc8d1ede.jpg");
  Margin:50px;
  border: 2px dashed red;
  
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
  padding: 2px 16px;
}

/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
 
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Top navigation bar */
.navbar {
  display: flex;
 height: 50px;
box-shadow: 1px 2px 2px black;
  padding: 14px 16px;
}

/* Navigation bar links */
.navbar a {
  color: black;
   font-size:15px;
  padding: 14px 20px;
  text-decoration: none;
  text-align: center;
}


/* Change color on hover */
.navbar a:hover {
  background-color: seagreen;
  border: 1px solid seagreen;
  border-radius:8px;
  color: black;
}

.tag{
Background-color:white;
color:Black;
border:1px solid seagreen;
border-radius:10px;
font-size:10px;
padding:10px;
}

.tag:hover{
  Background-color:teal;
  color:Black;
}


.pagination {
  display: flex;
  justify-content: center;
  list-style: none; /* remove list bullets */
  padding: 0px;
}

.pagination li a {
  display: block; /* let links fill the list item */
  padding: 8px 42px;
  text-decoration: none;
  border: 2px solid black;
  color: black;  
  margin: 0 4px;
  border-radius: 5px; /* add rounded borders */
}

.pagination a:hover{
  background-color: #CF2D0C;
  border: 2px solid black;
  border-radius:8px;
  color: black;
}

.pagination li a.active {
  background-color: #CF2D0C;
  color: white;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: Seagreen; /* Fallback color */
  background-color: rgba(110, 80, 131, 0.9); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: white;
  margin: auto;
  padding: 20px;
  border: 5px solid green;
  border-radius:8px;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: green;
  text-decoration: none;
  cursor: pointer;
}

.h4{
text-shadow: 0 0 3px #FF0000;
text-decoration-line: underline;
  text-decoration-style: double;  
}

.button {
  background-color: #FF91A3;
border:1px solid white;
  border-radius: 7px;
  color: white;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}




