body {
    background-color:rgb(14, 14, 14)
}
.title {
    color: white;
    font-size: 40px;
    text-align: left;
    padding-left: 20px;
    font-family: 'Arial', sans-serif;
}
.subtitle {
    color: rgb(255, 255, 255);
    font-size: 30px;
    text-align: left;
    padding-left: 20px;
    font-family: 'Arial', sans-serif;
}
ul {
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: Center;
    padding-left: 20px;
    font-family: 'Arial', sans-serif;
    list-style-type: none;
    display: flex;
}
li {
    margin-right: 20px;
    color: rgb(255, 255, 255);
    text-decoration: none;
}
a:visited {
    color: rgb(255, 255, 255);
    text-decoration: none;
}
a:hover {
    color: rgb(255, 100, 100);
    text-decoration: none;
}
a {
    color: rgb(255, 142, 142);
    text-decoration: none;
}
li img {
    width: 300px;
    height: 300px;
}