body {
  background: url(https://wallpaperaccess.com/full/1586458.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
  font-family: sans-serif;
  font-size: 14px;
  }
 
center {
  text-align: center;
  }
  
.wrapper {
  /*1600 - 1000 = 600
  
  1050 - 200 = 850
  850 - 200 = 650
  650 - 10 - 10 - 10 = 620
  
  position: absolute;*/
  width: 1150px;
  background: url(https://img.freepik.com/vector-gratis/flor-dibujada-mano-realista-sobre-fondo-verde-pastel_23-2148331045.jpg); 
  margin: 0 auto;/*
  margin-left: 300px;*/
  top: 0;
  margin-top: -10px;
  border-left: 0px solid #5E6AAF;
  border-right: 0px solid #5E6AAF;
  
  margin-bottom: -10px;

  }
  
  
 
.footer {height: 50px;}
  
  
.title {
  border: 0px solid green;
  padding: 10px;
  padding-left: 20px;
  padding-top: 5px;
  font: times;
  font-weight: bold;
  font-size: 30px;
  
  }

.links {
  border: 0px solid green;
  padding: 5px;
  padding-top: 3px;
  padding-bottom: 5px;
  }
  
.link {
  text-align: center;
  display: inline-block;
  list-style-type: none;
  float: none;
  font-weight: bold;
  font-size: 16px;
  padding: 5px;
  margin-right: 10px;
  margin-left: 10px;
  border: 0px solid red;
  }
  
.link a {
  color: white;
  text-decoration: none;
  }

.sidebar-left { background: #F4CEE5;
  color: #1D122F;
  border-top: 5px solid #5E6AAF;
  border-bottom: 5px solid #5E6AAF;
  width: 180px;
  padding: 10px;
  padding-top: 0px;
  margin-left: 10px;
  display: inline-block;
  top: 0;
  position: absolute;
  }
  
  .bar-bottom {
  background: #C9EAF8;
  color: #C9EAF8;
  display: inline-block;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  width: 800px;
  height: 450px;
  top: 0;
  position: static;
  overflow: scroll;
  align-content: center;
  }
  
.main {
  background: #F4CEE5;
  color: #1D122F;
  display: inline-block;
  margin-left: 220px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 690px;
  border-top: 5px solid #5E6AAF;
  border-bottom: 5px solid #5E6AAF;
  }
  
.hr {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 5px solid #5E6AAF;
  border-bottom: 5px solid #5E6AAF;
  background: #1D122F;
  height: 20px;
  margin-left: -11px;
  border-left: 1px solid #1D122F;
  border-right: 1px solid #1D122F;
  }
  
.sidebar-right {
  background: #F4CEE5;
  color: #1D122F;
  border-top: 5px solid #5E6AAF;
  border-bottom: 5px solid #5E6AAF;
  width: 180px;
  padding: 10px;
  padding-top: 0px;
  margin-right: 10px;
  display: inline-block;
  top: 0;
  position: absolute;
  margin-left: 10px;
  overflow:auto
     
  }
  
.wrapper-2 {
  border: 0px solid green;
  position: relative;
}

.glow {
  font-size: 40px;
  color: #fff;
  text-align: center;
  animation: glow 1s ease-in-out infinite alternate;
  opacity: 90%;
}

p {
color: #1F355C;
font-family: Verdana;
}

h2 {
color: #1F355C;
font-family: courier;
}

li {
color: #1F355C;
font-family: Verdana;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #5E6AAF, 0 0 40px #5E6AAF, 0 0 50px #5E6AAF, 0 0 60px #5E6AAF, 0 0 70px #5E6AAF;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #5E6AAF, 0 0 40px #5E6AAF, 0 0 50px #5E6AAF, 0 0 60px #5E6AAF, 0 0 70px #5E6AAF, 0 0 80px #5E6AAF;
  }
}

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/games/gam-1/gam91.cur), auto !important;} /* End https://www.cursors-4u.com */