﻿body {
	font-family: Courier;
	font: 14px sans-serif; 
	background-image: url("https://globopadel.pt/wp-content/uploads/2019/05/fundo4.jpeg");
	background-repeat: no-repeat;
	background-size:cover;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    text-align:center;
}

html, 
body {
    height: 100%;
}

.logo{
	background-image: url("https://globopadel.pt/wp-content/uploads/2019/04/GLOBO_PADEL_LOGO-03.png");
	top:0;
	left:0;
	position:absolute;
	background-size: 100px 100px;
	width:100px;
	height:100px;
}

.wrapper{
	padding: 20px;
	background-color:white;
    text-align: center;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
}