body {
  background-color: #525FE1;
  color: white;
}

.container {
  max-width: 1200px;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.col-md-6 {
  flex: 1;
}

.col-md-6 img {
  max-width: 100%;
}

.navbar-custom {
  background-color: #757FE7;
}

.navbar-brand {
  color: white;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
} 

h2, p, a {
  color: white;
}

h1 {
  font-weight: 800;
}