* {
  box-sizing: border-box;
}

body {
  background-color: #131720;
  font-family: sans-serif;
  margin: 0;
}

h3 {
  color: white;
}

.topnav {
  overflow: hidden;
  background-color: #131720;
  padding: 10px;
}

.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.2rem;
}

.topnav .search-container {
  float: right;
}

form {
  background-color: #151f30;
  width: 300px;
  height: 43px;
  border-radius: 11px;
  display: flex;
  align-items: center;
}

input {
  all: unset;
  font: 15px system-ui;
  color: #fff;
  height: 100%;
  width: 100%;
  padding: 6px 9px;
}

.thumbnail {
  height: 350px;
  width: 255px;
  border-radius: 19px;
}

.column {
  float: left;
  width: 25%;
  padding: 10px 10px;
}

.card {
  border-radius: 19px;
  padding: 10px;
  text-align: center;
  background-color: #151f30;
}

.center {
  display: flex;
  justify-content: center;
}