* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: neverhood;
    src: url(assets/dugfont.ttf);
}

body{
    display: flex;
    justify-content: center;
    align-items: center;
}

main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

#apple{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: fit-content;
}

#apple img{
    width: 240px;
    height: 240px;
}

#cap{
    font-family: neverhood;
    font-size: 30px;
    margin: 3em;
    color: rgb(77, 34, 13);
    text-align: center;
}