/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  color: #f3f3f3;
  font-size:13px;
  font-family: "Roboto", sans-serif;
  margin:0;
  padding:0;
  height: auto;
  background: #5a6296;
background: linear-gradient(0deg,rgba(90, 98, 150, 1) 0%, rgba(56, 56, 112, 1) 35%, rgba(29, 36, 56, 1) 100%);
  background-attachment: fixed;
  background-size: cover;
  line-height:100%;
}

.wrapper {
  width:750px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align:justify;
   margin-left: auto;
  margin-right: auto;
  flex-direction:column;
   margin:1em auto;
}

.container {
  width: 690px;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  background-color:#2e3854;
  position:relative;
  z-index:11;
  padding:30px;
}

.container b {
  color:#c9d7e7;
  font-weight:700;
}  

.container h1 {
  font-family: 'Rosie Brown';
  font-weight:normal;
  font-size:35px;
  color:#c9d7e7;
text-align:center;
line-height:1;
}

.dream {
   font-family: "Playfair Display", serif;
   text-transform:lowercase;
   font-weight:400;
   font-size:30px;
   color:#c9d7e7;
   font-style:italic;
}

.header {
  width:750px;
  height:250px;
  background-color:#243851;
  background-image:url('https://cosmosphere.neocities.org/landing/header.png');
  position:relative;
  border-top:double 25px #1c1f34;
}

.header .titties {
  margin-left:100px;
  margin-top:100px;
  position:absolute;
}

.header h1 {
  font-weight:normal;
  font-family: 'Rosie Brown';
  font-size:65px;
  color:#c9d7e7;
  text-shadow: 2px 2px #13203d, -2px -2px #13203d;
  line-height:100%;
  margin-top:-50px;
}

.updates {
background-color:#202e50;
width:740px;
padding:5px;
}

.updates b {
background: #abbadb;
background: linear-gradient(90deg,rgba(171, 186, 219, 1) 0%, rgba(114, 138, 204, 1) 100%);
text-transform:uppercase;
font-weight:700;
color:#202e50;
display: inline-block;
    border-radius: 10px;
padding: 0px 5px;
}  

.footer {
  width:750px;
  text-align:center;
  background-color:#1c1f34;
  color:#c9d7e7;
}