*{
    color: #ffffff;
    text-align: center;
}
header{
    padding: 0 0 5% 0;
}

body{
    background: linear-gradient(0deg, transparent, #532d62,#532d62,#532d62, rgb(149, 22, 111));
    background-color: rgb(149, 22, 111);
    height: 180vh;
    margin: 0 auto;
}

footer{
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
    margin: 5%;
    padding: 2% 0 2% 0;
}


h1{
    font-size: 95px;
    margin: 2%;
    font-family: 'Times New Roman', Times, serif;
    font-weight: lighter;
}

h2{
    font-size: 45px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: lighter;
    margin: auto 0 5% 0;
}

.center{
    text-align: left;
}
  
#logo{
    border-radius: 15%;
    width: 6%;
}

button{
    cursor: pointer;
    background-color: #000000;
    box-shadow: inset 0 0 50px 0 #b800b8;
    font-family: 'Times New Roman', Times, serif;
    padding: 0.8% 2% 0.8% 2%;
    color: #ffffff;
}
p{
    font-size: 25px;
    font-style: italic;
    font-weight: lighter;
    margin: 0;
}

a{
    text-decoration: none;
    cursor: default;
    margin: 2% 5% 0 5%;
}

.imgDisplay{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin: 3% 1% 8% 1%;
}

img:first-child{
    border: none;
}

img{
    width: 100%;
    border: solid #000000;
    border-radius: 5%;
}

.imgs{
    width: 20%;
}
.socialmedia{
    width: 100%;
}
.socialmediaIMG{
    align-items: center;
    justify-content: center;
    width: 5%;
}