@font-face {
    font-family: Lato;
    src: url("assets/fonts/Lato-Black.ttf");
}

p {
    color: black;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lato', sans-serif;
    background: linear-gradient(to bottom, #FFFFFF, #00b7ff);
}

* {
    box-sizing: border-box;
}

th, td {
    padding: 10px;
}

.footer {
    position: sticky;
    bottom: 0;
    left: 0;
}

.profile-table {
    border-spacing: 20px;
}

.profile-photo {
    width: 75%;
    height: auto;
}

.footer-logo {
    width: 45px;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}