body { 
    margin: 0; 
    height: 100vh;
    color: rgb(255, 255, 255);
    font-family: 'Dosis', sans-serif;
    background: rgb(7,16,33);
	background: linear-gradient(126deg, rgba(7,16,33,1) 0%, rgba(20,101,122,1) 51%, rgba(9,55,70,1) 100%);
}

.container {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
    background-position: bottom left;
    background-image: url("img_01.png");
    background-repeat: no-repeat;
}

