body {
    background-color: rgb(11, 11, 11);
    color: white;
}

h1 {
    text-align: center;
    font-family: 'Archivo Black', sans-serif;
    font-size: 400%;
}

.title2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
    text-align: center;
    /* padding: 10px; */
    font-size: 60px;
    text-decoration: none;
    color: orange;
    
}

.text1 {
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    
}


.img2 {
    height: 50ch;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px;
    border-radius: 20px;
    
}

.aboutMeDiv {
    
}

a {
    color: white;
}

.list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    margin: 0px;
}
