@import url(https://fonts.googleapis.com/css?family=Press+Start+2P);

header{
    flex-direction: column;
    overflow: auto;
    border: 3px solid #2B2A4C;
    border-radius: 10px;
    top: 1vw;
    left: 20vw;
    height: 10vw;
    width: 60vw;
    position: absolute;
    padding: 0px;
    margin: 0px;
    font-family: 'Press Start 2P', cursive;
    background-color: #EEE2DE;

}

.miniframe{
    background-color: #EA906C;
    height: 35%;
    width: 100%;
    max-width: 100%;
    max-height: 35%;
    float: left;
    margin: 0px;
    padding: 0px;
    color: #EEE2DE;
    overflow: hidden;
    text-align: left;
    vertical-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 8px;
}
.miniframe2{
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
    height: 35%;
    width: 100%;
    float: left;
    margin: 10px;
    padding: 0px;
    color: #EEE2DE;
}

.button{
    border: 2px solid #EEE2DE;
    line-height: 1.5;
    padding: 0 10px;
    margin: 5px;
    font-size: 1rem;
    text-align: center;
    color: #EEE2DE;
    text-shadow: 1px 1px 1px black;
    border-radius: 10px;
    background-color: #EA906C;
    box-shadow: 2px 2px 2px #2B2A4C;
    height: 50%;
    width: auto;
    overflow: hide;
}
a:link {
  color: #EEE2DE;
  text-decoration: none;
}

a:visited {
  color: #EEE2DE;
  text-decoration: none;
}

a:hover {
  color: #2B2A4C;
  text-decoration: none;
}

boutme{
    position: absolute;
    border: 3px solid #2B2A4C;
    border-radius: 10px;
    top: 13vw;
    left: 20vw;
    height: 40vw;
    width: 20vw;
    margin: 0;
    padding: 0;
    font-family: 'Press Start 2P', cursive;
    background-color: #EEE2DE;
    align-items: center;
}
birds{
    position: absolute;
    border: 3px solid #2B2A4C;
    border-radius: 10px;
    top: 55vw;
    left: 20vw;
    height: 40vw;
    width: 20vw;
    margin: 0;
    padding: 0;
    font-family: 'Press Start 2P', cursive;
    background-color: #EEE2DE;
    align-items: center;
    overflow: hidden;
}

.setframe{
    position: absolute;

    padding: 0px;
    margin: 0px;
}

.leftfield {
  padding: 0;
  margin: 0;
  border: 1px solid #2B2A4C;
  float: left;
  width: 49%;
  height: 10%;
  font-size: 75%;
  background-color: #EA906C;
  color: #EEE2DE;

}
.rightfield {
  padding: 0;
  margin: 0;
  border: 1px solid #2B2A4C;
  float: left;
  width: 49.1%;
  height: 10%;
  font-size: 75%;
}

other {
    position: absolute;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    border: 3px solid #2B2A4C;
    top: 13vw;
    left: 44.8vw;
    height: 40vw;
    width: 35vw;
    font-family: 'Press Start 2P', cursive;
    background-color: #EEE2DE;

}
.pic {
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.causeof {
   height: 40vw;
   width: 35vw;
   top: 13vw;
   left: 50vw;
   background-image: url('https://i.pinimg.com/736x/5c/4d/43/5c4d43eb35b37362d1375bbcba082fe5.jpg');
   background-repeat: no-repeat;
   background-position: center;
   background-size: 70% 70%;

}
vibes{
    font-family: 'Press Start 2P', cursive;
    position: absolute;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    border: 3px solid #2B2A4C;
    top: 55vw;
    left: 44.8vw;
    height: 40vw;
    width: 35vw;
    font-family: 'Press Start 2P', cursive;
    background-color: #EEE2DE;
    overflow: auto;
}

body{
    background-image: url("https://i.pinimg.com/736x/46/d9/8a/46d98ac37461227a2fe06320fe55d009.jpg");
    background-position: center;
    background-size: cover;
    min-height: 100vh;

}


