@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,400;0,700;1,100;1,400&display=swap');

body {
    min-height: 90vh;
    box-sizing: border-box;
    font-family: 'Exo 2', sans-serif;
    background: #fff url("../img/BlowPunchGameworks.svg") no-repeat 50% 50%;
}

.intro {
    display: block;
    position: relative;
    top: 60vh;
    line-height: 40px;
    text-align: center;
}
