* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

body {
    overflow-x: hidden;
    font-family: 'Roboto', 'OpenSans', sans-serif;
    -webkit-font-snoothing: antialiased !important;
    color: white;
    background-color: #15252F;
    background-image: url(../img/back-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom; 
}

.main {
        min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
   max-width: 600px;
    margin-top:3%; 
    margin: 0 auto;
    height: 600px;
}

.logo>img {
        margin-top: 30px;
}

.rights {
    position: fixed;
    bottom: 2px;
    right: 5px;
}

.rights>h6 {
        color: white;
    opacity: 0.5;
}