* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}

body {
  background-color: rgba(111, 29, 29, 0.911);
  color: rgb(255, 255, 255);
  font-size: 15px;
  line-height: 2;
}
.navbar {
  background-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  height: 50px;
}

.navbar .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: rgb(111, 29, 29);
  height: 100%;
}
.navbar ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
}

.navbar ul li {
  margin-left: 20px;
}

.navbar .logo {
  font-size: x-large;
  font-weight: bold;
}

.navbar a {
  color: rgb(111, 29, 29);
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

.navbar a:hover {
  border-bottom: 2px #fff solid;
  color: #ba1c1c;
}
.container {
  text-align: center;
}

.name {
  text-align: left;
}

.first {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.min {
  background-color: #fcfcfc6c;
  border: 1px solid white;
}
