body,
html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    background: rgb(36, 36, 36);
    color: #fff;
    font-size: 100%;
    line-height: 1.25em;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
img {
    display: block;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: #ae0956;
  }
h1 {
    font-size: 50px;;
    text-align: center;
}
h3{

    text-align: center;
}
p {
    text-align: center;
    font-size: 18px;
}
footer {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 30px;
    font-size: 18px;
}
.Info{
    text-align: center;
}
i{
    font-size: 14px;
    vertical-align: middle;
    color:#ae0956;
}