html { 
    font-family: 'Century Gothic', sans-serif;
  }


.logo{
    
    width: 7%;
}

h1{
    font-family: "Century Gothic"; 
    font-size: 35pt;   
    font-weight: bold;
  }
  
h2{
    font-family: "Century Gothic"; 
    font-size: 20pt; 
     
    font-weight: bold;
    color: #2294d6;;
  }
  
h3,p{
      font-family: "Century Gothic";
      font-weight: 400;
      font-style: normal;
      font-size: 18pt;
      color: black;
  }

a{
	 text-decoration: none;
}

.body{
  margin-left: auto;
  margin-right: auto;
}

.navbar {

  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #2294d6;
  padding-top: 3%;
  padding-bottom: 3%;

}

nav a{
  margin-left: 1%;
  margin-right: 1%;
  color: white;
  font-size: 25px;
  text-decoration: none;
}
    
    

main{
  width: 65%;
  margin: auto;
}


table{
  border-radius: 10px;
  border: 1px solid #2294d6;
  padding: 1%;
  width: 100%;
  margin-top: 3%;
  font-size: 16pt;
}

.text-confirmation{
	text-align: center;
}

.name_customer{
    font-weight: bold;
}

.link-confirmation{
	font-weight:  bold;
	font-style: italic;
	
}
.button{
      background-color: #2294d6;   
      font-family: "Century Gothic";    
      font-size: 14pt;
      color: white;
      padding: 1%;
      margin-top: 3%;
  }

@media only screen and (max-width: 1300px) {
    
	h1{
    font-family: "Century Gothic"; 
    font-size: 22pt;   
    font-weight: bold;
  	}
  
	h2{
    font-family: "Century Gothic"; 
    font-size: 14pt; 
     
    font-weight: bold;
    color: #2294d6;;
  	}
  
	h3,p{
      font-family: "Century Gothic";
      font-weight: 400;
      font-style: normal;
      font-size: 10pt;
      color: black;
  	}
	
	nav a{
  		font-size: 19px;
}
	
	table{
		font-size: 11pt;
	}
	
}


@media only screen and (max-width: 700px) {
    
		h1{
    font-family: "Century Gothic"; 
    font-size: 15pt;   
    font-weight: bold;
  	}
  
	h2{
    font-family: "Century Gothic"; 
    font-size: 11pt; 
    font-weight: bold;
    color: #2294d6;;
  	}
  
	h3,p{
      font-family: "Century Gothic";
      font-weight: 400;
      font-style: normal;
      font-size: 8pt;
      color: black;
  	}
	
	nav a{
  		font-size: 15px;
}
	table{
		font-size: 9pt;
	}
	
}


