* {
  box-sizing: border-box;
}

html,
body {
    margin: 0;
    height: 100%;
    background-color: #0B1A31;
}

footer {
    text-align: center;
    position: fixed;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    height: 38px;
    width: 100%;
    bottom: 0;
    text-align: end;
    z-index: 20;
    background-color: #0B1A31;
}

img {
    width: 800px;
    opacity: 50%;
    z-index: -1;
}

.spacer {
    height: 100px;
}

.flowercontainer {
	padding-left: 200px;
	margin-left: auto;
  margin-right: auto;
  display: flex; 
  justify-content: center;
  position: fixed;
  width: 75%;
  bottom: 30px;
  }

.home {
    position: fixed;
    left: 30px;
    top: 30px;
    z-index: 10;
    }
.about {
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 15;
    }

.text1 {
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 100px;
    font-weight: 100;
}

.text2 {
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: 100;
}

.text3 {
    color: #0B1A31; 
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 36px;
}

.imgbox {
  flex-basis: 200px;
	flex-grow: 1;
	background-color:#add8e6;
	margin: 9px;
  z-index: 1;
  padding: 5px;
  position: relative; 
  width: fit-content; 
  text-align: center;
}

.logo {
		width:100%;
    opacity: 15%;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
	}
.logo:hover{
  opacity:100%;
  z-index: 10;
  border: #0B1A31 1px solid;
}

.centered {
  margin: auto;
  width: 95%;
  height: 50%;
  position: absolute; 
  bottom: 20px;
  z-index: 5;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: lightblue;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: lightblue;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#header {
	padding: 10px;
  background-color: #0B1A31;
  height: 80px;
  width: 100%;
  z-index: 7;
  position: fixed;
}

#container {
  background-color: #0B1A31;
  padding: 30px;
  text-align: center;
}

#outercontainer {
  display: flex;
	flex-wrap: wrap;
	padding: 9px;
	margin:auto;
}
