body {
  margin: 0;
  font-family: sans-serif;
}

.site-content {
  margin: 0 auto;
  max-width: 720px;
}

.navbar {
  background-color: #9e799b;
  margin: 0px;
  height: 50px;
}

.buttons {
  display: flex;
  gap: 10px;
}

.button {
  cursor: pointer;
  padding: 10px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.logo {
  text-transform: uppercase;
}

.navbar a {
  color: black;
  text-decoration: none;
  float: right;
  height: 100px;
  float: right;
}

.navlinks {
  display: flex;
  gap: 20px;
  padding: 5px;
  list-style: none;
  font-weight: bold;
  float: right;
}

.photo {
  height: 680px;
  width: 450px;
  height: 400px;
  border-radius: 100px;
}

.container {
  background-color: #fff;
  display: flex;
}

.container-foto {
  background-color: #9e799b;
  width: 465px;
}

.container-artikel {
  padding: 20px;
  margin: 20px;
}

p {
  float: right;
}

button {
  float: right;
}

footer {
  float: left;
}
