.container-fluid {
  width: 100vw;
  height: 100vh;
  background: linear-gradient(45deg, rgba(190,61,255,1) 0%, rgba(160,54,247,1) 50%, rgba(162,32,227,1) 100%);
  padding-right: 0;
}
.container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
a {
    color: #383d41;
}
a:hover{
    color: #1d2124;
    text-decoration: none;
}
.content{
  text-align: center;
}
.content h1{
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
.content h3{
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
p {
    margin-top: 30px;
    margin-bottom: 1rem;
    font-size: 18px;
}

@media (max-width: 425px) {
  .container {
    margin-left: -7px;
    margin-left: -15px;
  }
}
