html {
    font-family: 'ZalandoSansExpanded', Cinzel;
    text-align: center;
}

@font-face { 
    font-family: Cinzel;
    src: url('../assets/Cinzel-Medium.ttf'); 
}

@font-face {
    font-family: ZalandoSansExpanded;
    src: url(../assets/ZalandoSansExpanded-Light.ttf);
}

body {
    background: rgb(32, 190, 156);
    /*background: linear-gradient(to bottom, rgb(43, 255, 0), rgb(58, 58, 58));*/
}

h2 {
    border-bottom: 2.4px solid rgb(79, 79, 79);
    width: 176px;
}

img {
    max-width: 100%;
    max-height: 100%; 
}

.main-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    flex: 1;
}

.code img {
    border: 4px solid hsl(240, 5%, 18%);
    border-radius: 20px;
    margin: 20px;
    padding: 0;
    overflow: hidden;
}