*,*::before,*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background: url('img/crosses-light.png'), url('img/main_bg.jpg');
    background-size: 5px, cover;
    background-repeat: repeat,no-repeat;
}
.content{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.logo{
    max-width: 400px;
    width: 90%;
    /* box-shadow: 0 0 5px #fff; */
}