@import url("base.css");

body {
  background-image: var(--background);
  color: white;
  font-family: manifold;
  text-align: center;
}

.container{
  width: 400px;
  height: 100vh;
  flex-wrap: wrap;
  margin: auto;
}

.header{
  width: 100%;
  height: 70px;
  background-color: #010A13;
  align-items: center;
  font-family: manifold;
}

.logo img {
    height: auto;
    width: 6em;
    padding: 10px;
    float: right;
}
.words {
  color: white;
  font-size: 15px;
  float: left;
  padding: 15px;
}

.content{
    padding: 10px;
    font-family: forma;
    color: black;
}

p img{
  width: 20px;
  height: 20px;
}