html {
  background-color: white;
}

* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "inter", sans-serif;
}

.container {
  width: 1200px;
  margin: 50px auto;
}

h1 {
  font-size: 60px;
  color: rgb(46, 46, 167);
}
h2 {
  margin-top: 10px;
}
img {
  border: 2px solid;
  border-radius: 8px;
}
.person {
  width: 300px;
}
.topBanner {
  /* background-color: rgb(164, 211, 229); */
  display: flex;
  justify-content: space-between;
}
.topText {
  /* background-color: blueviolet; */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
ul {
  color: white;
  background-color: rgb(13, 34, 224);
  padding: 0 10px;
  display: inline-block;
}
ul a {
  text-decoration: none;
  color: white;
}
