@import url("https://fonts.googleapis.com/css?family=Orbitron");

html, body {
    margin: 0px;
    padding: 0px;
}
.main-logo { 
    background-image: url(imgs/aia-tec-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 140px;
    height: 100px;
}
.main-slogan {
    font-family: Orbitron;
}