section#intro {
    width: 100%;
    height: 100vh;
    background-image: url('../img/screenshot_0.png');
    background-size: cover;
    background-repeat: no-repeat;
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    img {
        height: 300px;
        margin-bottom: 100px;
    }
    p {
        font-family: 'Open Sans';
        color: var(--text-second);
        font-size: 24px;
        font-weight: 600;
        text-shadow: 0px 0px 5px rgba(0,0,0,.5);
    }
}