﻿@import "domain.css";

.logo-image{
    display:block;
    background-image: url("../../images/logo_ipragraz.png");
    background-repeat: no-repeat;
    width: 300px; /*or your image's width*/
    height: 55px; /*or your image's height*/
    margin: auto;
    margin-top:85px;
}
