.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

body {
    background-color: #272727;
    color: #f5f5f5;
    font-family: roboto;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 3vh;
    align-items: center;
    margin-top: 5%;
}

p {
    width: 50%;
    margin-top: 3vh;
    line-height: 1.4;
}

nav {
    position: relative;
    bottom: -10vh;
    margin-bottom: 200px;
    font-weight: 800;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

@media (width <= 1250px) {
    p {
        width: 70%;
    }
}
