@font-face {
    font-family: monoDisplay;
    src: url(../fonts/MajorMonoDisplay-Regular.ttf);
}


body {
    overflow: hidden;
    background-image: url(../images/background/mainPageBackground.jpg);
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

html, body {
    margin: 0px;
    padding: 0px;
}

a {
    background-image: radial-gradient(white, silver);
    position: absolute;
    width: 14vw;
    height: 14vw;
}

img {
    width: 9vw;
    position: relative;
}

#image1 {
    top: 1vw;
    left: 1vw;
}

#image2 {
    top: 1vw;
    left: 3.5vw;
}

#image3 {
    top: 3.5vw;
    left: 3.5vw;
    
}

#image4 {
    top: 3.5vw;
    left: 1.5vw;
}

#imageButton {
    clip-path: circle(99.2% at 1% 1%);
    top: 0vh;
    left: 0vw;
}

#textButton {
    clip-path: circle(98.7% at 99% 1%);
    top: 0vh;
    right: 0vh;
}

#audioButton {
    clip-path: circle(99.5% at 100% 99%);
    bottom: 0vh;
    right: 0vh;
}

#videoButton {
    clip-path: circle(98.7% at 0 99%);
    bottom: 0vh;
    left: 0vh;
}

h1 {
    font-size: 5rem;
    color: white;
    text-align: center;
    font-family: monoDisplay,'Courier New', Courier, monospace;
}