* {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: white;
    
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: white;
}

body {
    background: black;
}

.container {
    margin-top: 90px;
}

.navbar {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(28,28,30);
}

.about {
    margin-top: 90px;
    max-width: 800px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px; 
    margin-top: -80px
}

.screen {
    display: flex;
    flex-direction: row;
    padding-left: 40px;
    padding-right: 40px;
    max-height: 600px;
    justify-content: center;
    align-content: center;
    margin-bottom: 30px;

}

.screen-left {
    margin-top: auto;
    margin-bottom: auto;
    flex: 1 1 0;

}

.screen-right {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.footer {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}