body {
    margin: 0%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    /* font-size: 80%; */
}

a {
    display: flex;
    text-decoration: none;
    color:#fcfcfc;
    white-space:nowrap
}

/* main{
    /* background-color: rgba(0, 0, 0, 0.171); */
/* } */ 

.simg{
    /* background-color: rgba(128, 255, 0, 0.418); */
    display: flex;
    justify-content: center;
    align-items: end; 
    height: 50vh;
}

img{
    padding: 13%;
}

h1{
    /* white-space:nowrap */
    color:#13085e;
    font-size: 150%;
}

p{
    /* font-size: 120%; */
    padding: 0% 5%;
    /* margin: 3%; */
}

.sh{
    display: flex;
    justify-content: center;
    align-items: center; 
    /* background-color: rgba(0, 0, 255, 0.137); */
    flex-wrap: wrap;
    text-align: center;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center; 
    width: 100vw;
    /* background-color: rgba(220, 20, 60, 0.247); */
}

footer section{
    background-color: #2c14dd;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 30vw;
    border-radius: 30px;

}