@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,400;0,500;0,800;0,900;1,400;1,500;1,800;1,900&display=swap');

body {
    background: #debfb1;
    font-family: 'Red Hat Display', sans-serif;
    color: white;
}

#container {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: row;
}


h1 {
    color: white;
    font-size: 6vw;
    position: relative;
    top: 0px;
    font-family:'Red Hat Display', sans-serif; 
    font-weight: 900;
    margin: 1vw;
}


.name {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 7vw;
    font-weight: bold;
    line-height: 11vh;
    color: transparent;

}




.description1 {
    font-family: 'Gothic A1', sans-serif;
    line-height: 20px;
    text-align: justify;
    margin-left: 20px;
    color: rgb(0, 0, 0);
}


