
@font-face {
	font-family: "NissanBrandRegular";
	src: url("/assets/Nissan Brand Regular.woff") format("woff");
}


body {
    display: flex;
    justify-content: center;
	font-family: "NissanBrandRegular";
}

.container {
    max-width: 720px;
    background-color: rgb(255, 255, 255);
    padding: 2em 3em 2em 2em;
    display: flex;
    flex-direction: column;
}

.logo {
    margin: 0 auto;
    width: 100%;
    height: 175px;
    background-image: url(/assets/logo_w.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    text-align: right;
}

.logo a {
    color: rgb(0,0,0);
}

.logo a[disabled] {
    text-decoration: none;
    color:rgb(146, 146, 146);
}

ul {
    list-style-type: decimal;
}

li {
    padding-left: 0.5em;
    margin-top: 0.25em;
}