html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    font-family: 'Raleway', sans-serif;
    box-sizing: border-box;
}
.welcome{
    background-color: #65A614;
    background-image: url(img/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    height: 100vh;
    background-size: contain;
    border: 10px;
    /* margin: 0; */
    display: flex;
    flex-direction: column;
}
.contact{
    background-color: #65A614;
    background-image: url(img/vcard.png);
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    height: 100vh;
    background-size: contain;
    border: 10px;
    /* margin: 0; */
    display: flex;
    flex-direction: column;
}
.footer{
    display: flex;
    justify-content: flex-start;
    padding-inline: 24px;
}
.d-none {
    display: none;
}