body {
    background-color: darkslategrey;
    color: white;
    font-family: "Google Sans";
}

/* CSS */
.button-35 {
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, .1) 0 6px 20px;
    box-sizing: border-box;
    color: #121212;
    cursor: pointer;
    display: inline-flex;
    flex: 1 1 auto;
    font-family: Inter, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 1rem 1.2rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    white-space: nowrap;
    border: 0;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-35:hover {
    box-shadow: #121212 0 0 0 3px, transparent 0 0 0 0;
}


.flex-container {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 30px;
}

.flex-item {
    flex: 1;
    margin: 5px;
}

@media only screen and (min-width: 421px) and (max-width: 1024px) {
    body {
        background-color: darkslategray;
    }
}

@media only screen and (min-width:1024px) {
    body {
        background-color: darkslategray;
    }
}

.class1 {
    display: flex;
    flex-direction: column;
    max-width: 50%;
}

img {
    max-width: 50%;
    height: auto;
}

.class1 {
    max-width: 900px;
    margin: auto;
}

.projects {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.project {
    border: 1px solid #fff;
    padding: 15px;
    text-align: center;
    width: 100%;
    max-width: 400px;
}

.project img {
    width: 100%;
    height: auto;
}

h1 {
    text-align: center;
}

.class2 {
    text-align: center;
}

ol {
    list-style-position: inside;
    padding-left: 0;
    text-align: center;
}