body {
  background-color: rgba(128, 128, 128, 0.429);
}

h1 {
  font-family: "Special Gothic Expanded One", sans-serif;
  text-align: center;
  margin-left: 15px;
}

.container{
  display: flex;
}

#textOne {
  margin: 10px;
}

aside {
  display: flex;
  align-items: center;
  margin: 30px;
  width: 33%;
}

p {
  font-size: 18px;
  font-family: 'Roboto Mono', monospace;

}


img {
  border-radius: 9%;
}

header {
  display: flex;
  justify-content: space-between;
  background-color: rgba(63, 63, 66, 0.614);
}

nav {
  display: flex;
  align-items: center;
  margin-right: 50px;

}

a {
  padding: 0 10px;
}

footer {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-right: 20px;
}

button {
  background-color: #222;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 8px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}

button:hover,
button:focus {
  opacity: 0.75;
}
