@font-face {
    font-family: Cyberway;
    src: url(CyberwayRiders-lg97d.ttf);
}

body {
    background-image: url("background-red-gloss-art.jpg");
    background-repeat: repeat;
    background-size: cover;
    text-align: center;
}

h1 {
    font-family: Cyberway;
}

.container {
    display: flex;
}

.container img {
    margin: 10%;
    width: 50%;
    height: 50%;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    background-color: beige;
    font-family: Cyberway;
}