﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}

html, body {
    height: 100%;
    width: 100%;
    background: #fcfcfc;
    font-family: Verdana, sans-serif;
}

.container {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 780px;
}

.logo {
    position: relative;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background: url('Imagens/logo_toyota.jpg') no-repeat;
    background-position: center;
}

.text {
    text-align: center;
    color: rgba(0,0,0, 0.87);
}