@media (max-width: 768px) {
    .hide-on-mobile {
      display: none !important;
    }
  }
:link, :visited {
    color: #F5A9B8;
}
a:hover {
    color: #5BCEFA;
}
body {
    background-color: #000000;
    color: #ffffff;

    font-family: "Source Code Pro", monospace;
    font-size: larger;
}
.container {
    display: flex;
    align-items: top;
    justify-content: flex-start;
}
.container-right {
    display: flex;
    justify-content: flex-end;
}
.pfp {
    width: 500px;
    height: 500px;
    object-fit: cover;
    padding: 30px;
}
.pfp-text {
    padding: 30px;
}
