
* {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
}

html, body {
    height: 100%;
}

body {
    background-color: #d5d4e2;
    font-family: Montserrat;
}

h1, h2 {
    display: none;
}

address {
    font-style: normal;
}

@font-face{
    font-family: "Montserrat";
    src: url("../fonts/static/Montserrat-ExtraBold.ttf");
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    background: url('../logo.png') no-repeat;
    background-position: center center;
    max-width: 500px;
    min-height: 100%;
    background-size: contain;   
}

.dev {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
    color: #513193;
    text-align: center;
}

.dev a {
    opacity: 0.5;
}

.dev a:hover {
    opacity: 1;
}

a {
    color: #513193;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    margin: 0px 4px;
}
