body {
    margin: 0;
    padding: 0;
    box-sizing: 0;
    background-color: #303030;
    width: 100vw;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}

.container{
    width: 100vw;
}

.heroArea{
    height: 80vh;
    width: 70vw;
    display: flex;
    margin: auto;
    background-color: white;
}

.leftHero{
    width:60%;
    display: flex;
    position: fixed;
    margin: auto;
    flex-direction: column;
    background-color: red;
}

.rightHero{
    width: 40%;
    display: flex;
    background-color: purple;
}

.logoArea{
    align-items: center;
    height: 88px;
    width: 300px;
    background-image: url(/img/artleedLogo.svg);
    background-repeat: no-repeat;
    background-color: white;
}

.aboutUsArea{
    text-decoration: none;
    text-align: left;
}
