@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    height: 100%;
}

h1, h2, p, a{
    font-family: 'poppins';
}
    
body{   
    min-height: 100%;
    max-height: 100%;    
    background: linear-gradient(45deg, #a554ff 0%, #0f0f41 100%);
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    color: aliceblue;
}

body>div{
    height: 70%;
    width: 70%;
    align-self: center;
    justify-self: center
}

body>div>div>img{
    max-width: 75%;
    max-height: 600px;

}

h2{
    text-align: center;
    font-size: 50px;
}

#social{
    justify-items: center;
}

#social>div{
    display: flex;
    width: 80%;    

    justify-content: space-evenly;
}


footer{
    display: table-row;
}
footer p {
    color: #9e8ab4;
}