html, body {
    margin: 0;
    padding: 0;
}

* {
    overflow: hidden;
}

.fgu-height {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

.wrapper__scale {
    background: #ffffff;
    height: 100%;
}

.wrapper__design {
    width: 2150px;
    height: 1080px;
    background: white;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
}

.site__content {
    height: calc(100% - 6vw);
}

#news tr:nth-child(even) {
    background-color: #d1d5db;
}

#news tr:nth-child(odd) {
    background-color: #e5e7eb;
}

.job {
	height: 75px;
	font-size: 2.5rem;
}