* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #28282B;
    font-family: 'Sora', sans-serif;
}

.hero {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:  #FDFBF9;
}

h1 {
    font-size: 3rem;
    text-transform: uppercase;
}

.hero p {
    font-size: 1.5rem;
    color: #888;
}

.work {
    height: 100vh;
    width: 100vw;
}