body {
    font-family: Arial, sans-serif, sans-serif;
    margin: 0;
    background: rgb(22, 22, 22);
    height: auto;
}

html {
    font-size: 18px;
}
h1,
h2 {
    font-family: Arial, sans-serif;
}

#logo{
    margin-left: 20px;

}

#logo img{
    height: 70px;
    margin-top: 10px;
}
header {
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 1000;
    display: flex;
    top: 0%;
}

nav.head {
    right: 0;
    top: -7px;
    position: absolute;
    justify-content: space-around;
}

nav.head ul {
    list-style-type: none;
    text-align: right;
    margin: 0;
    margin-right: 50px;
    padding: 0;
}

nav.head ul li {
    display:inline-block;
    
}

nav.head ul li a {
    text-decoration: none;
    color: white;
    padding: 0 20px;
    line-height: 100px;
    display: block;
}


nav.head ul li:nth-of-type(2) a {
    color: rgb(214, 79, 255);
    border-bottom: solid rgb(214, 79, 255);
    height: 87px;
}


header nav.head ul li:hover a {
    background: rgba(224, 224, 224, 0.363);
    color: violet;
    height: 87px;
}

.wrapper h1{
    font-size: 3.33rem;
    margin: 60px 0px;
    margin-top: 120px;
    text-align: center;
    color: rgb(214, 79, 255);
    text-transform: uppercase;
}

.wrapper h2{
    font-size: 1.1rem;
    margin: 60px 0px;
    margin-top: 10px;
    text-align: center;
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
    font-style: arial;
    font-weight: lighter;
}

.wrapper p{
    margin: 10px 40px;
    font-size: 1.2rem;
    text-align: center;
    margin: 0 15%;
    line-height: 30px;
    color: white;
}

.row{
    text-align: center;
    display: flex;
}

.col-ml-2{
    text-align: center;
    margin: 0 auto;
}

.main-container{
    width: 400px;
    height: 400px;
    margin-top: 60px;
    background-size: cover;
    border: none;
    outline: none;
    -webkit-filter: brightness(1.1) contrast(1.1);
    filter: brightness(1.1) contrast(1.1);
    -webkit-box-shadow: 0px 6px 13px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 13px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 13px 1px rgba(0,0,0,0.75);
    transition: all 0.3s ease-in;
    overflow: hidden;
    cursor: pointer;

}

.main-container:hover .image_layer{
    opacity: 0.5;
}

.main-container:hover{
    -webkit-box-shadow: 0px 12px 28px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 12px 28px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 12px 28px 1px rgba(0,0,0,0.75);
    margin-top: 55px;
}

.image_layer{
    background: linear-gradient(99deg, rgba(0,0,0,1) 0%, rgba(169,30,255,1) 49%, rgba(255,0,224,1) 88%);
    height: 400px;
    width: 400px;
    position: absolute;
    transition: all 0.3s ease-in;
    opacity: 0;
    top: 0;
    left: 0;
}

.main-container p{
    font-size: 3rem !important;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    background: rgba(212, 70, 255, 0.616);
    color: white;
    margin: 0 auto;
    margin-left: -20px;
    padding: 20px;
}

.low {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    margin-top: 200px;

}
.low ul {
    list-style-type: none;
    text-align: right;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 50px;
    padding: 0;
}

.low ul li {
    display:inline-block;
    
}

.low ul li a {
    text-decoration: none;
    color: white;
    padding: 0 20px;
    display: block;
}