* {
    font-family: Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.5vh;
}

a {
    color: black;
}

body {
    width: 100vw;
    height: 98vh;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.work {
    display: flex;
    width: 50vw;
}

img {
    width: 5;
}