*{
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    display: flex;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: auto;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #444;
}

a{
    text-decoration: none;
    color: #5b5b5b;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover{
    color: #000;
}

.amre {
    max-width: 400px;
    padding: 30px;
    margin: 30px;
    border: 1px solid rgba(0, 0, 0, .05);
}

.amre svg {
    display: block;
    width: 100%;
    height: auto;
}

.caco{
    text-align: center;
}

#page {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: auto;
    align-items: center;
    justify-content: center;
}

h1{
    position: absolute;
    opacity: 0;
    top: -200vh;
}