* {
    margin: 0;
    padding: 0;    
}

body {    
    background-image: url('../images/background.png');  
}

nav{
    font-family: 'Delius', cursive;  
}

main {
    max-width: 1280px;
    position: absolute;
    margin: auto;
    left: 1em;
    right: 1em;
    background-color: white;
    font-family: 'Delius', cursive;  
    border: solid gray 5px; 
    border-radius: 50px 50px 50px 50px;
    margin-top: 75px;
    margin-bottom: 20px;
}

.mainImage{
    margin-bottom: 15px;
    border-radius: 45px 45px 50px 50px;
}

.intro{
    text-align: justify;
    margin: 0 40px 0 40px;
}

/* Inicio das Class para formatação de texto*/
article {
    width: 90%;
    margin: 0 auto;
}

article p{
    font-family: 'Delius', cursive; 
    text-align: justify;
}

.title{
    font-family: 'Delius', cursive; 
}

.subtitle{
    font-family: 'Delius', cursive; 
}

.text {
    font-family: 'Delius', cursive; 
    text-align: justify;
}

.w49 {
    width: 49%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center{
    text-align: center;
}

.reset {
    clear: both;
}

.img-exemplo {    
    max-width: 95%;    
    height: auto;    
}

div.imagem-exemplo {    
    width: 75%;
    margin: 30px auto;
    border: 1px solid black;
}

div.imagem-exemplo img {
    width: 100%;
}

img.card-img {
    height: 100%;
}

div.home-image {
    text-align: center;
    margin: 20px 0;
}

div.home-image img {
    display: block;
    width: 50%;

    margin: 0 auto;
}

video {
    border: 2px solid lightgray;
    border-radius: 10px;

    width: 60%;
    height: auto;

    display: block;

    margin: 20px auto;
}

/* Fim das Class para formatação de texto*/

.cardRepair {
    width: 80%;
    margin: 15px auto;
}

footer{
    font-family: 'Delius', cursive;  
}
