body {
display: block;
overflow-x: hidden;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

nav{
    background-color: white;
}
.navbar-brand img {
    max-height: 50px;
}

.navbar-brand {
    font-size: '24px';
    text-transform: uppercase;
    font-weight: 900;
    color: purple;
}

nav ul li a {
    color: azure;
    font-size: 22px;
    margin: auto 10px;
}

nav ul li a:hover {
    color: purple;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

section h1{
    text-transform: uppercase;
    font-weight: 900;
    color: purple;
    text-align: left;
    margin-bottom: 20px;
}

section p {
    font-size: 16px;
    font-weight: 300;
}
button {
    max-width: 50%;
    border-radius: 50px !important;
}

#hero .col{
    justify-content: center;
    flex-direction: column;
    display: flex;
}

#hero .img-col {
justify-content: flex-end;
margin-top: 100px;
}

#hero img {
    max-width: 130% !important;
    width: 130%;
}

#hero .card {
    box-shadow: 11px 7px 16px white;
    border: 0;
    text-align: center;
}

#hero .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

#projects .projects{
    margin-bottom: 50px;
}

#contact {
    text-align: center;
    background-color: purple;
    color: white;
}

#contact h1 {
    text-align: center;
    color: white;
}