body {
  color: white;
  font-family: Verdana;
  background-image: url("/personal/background-gray.png");
}

body a {
  color: black;
}

.container {
  background: grey;
  border: solid 5px;
	border-radius: 10px;
  height: auto;
  width: 80%;
  align-self: center;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner {
  display: flex;
  outline: dotted 3px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.title {
  font-size: 2.5rem;
  font-family: "font";
}

.main {
}

.navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.button {
  margin: 20px
}

.button img {
  max-width: 100%;
}

.about {
}

.about-page {
  display: flex;
  flex-direction: row;
  margin: 20px;
  justify-content: space-between;
}

.about-page p {
  margin: 20px;
}

.about-page img {
  width: 100%;
}

@font-face {
  font-family: "font";
  src: url("/Frijole-Regular.ttf");
    }



