@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

:root {
  --alt: #4785db;
}

* {
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #051236;
    color: white;
}

img {
    margin-top: 50px;
    margin-bottom: 30px;
}

h1 {
    font-size: 25px;
    margin: 30px 0px 30px 0px;
}

p, a {
    font-size: 16px;
    margin-bottom: 10px;
}

.container {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    width: 80%;
    margin: 0px auto;
    max-width: 785px;
}

.portfolio {
    margin: 30px 0px;
}

.portfolio a {
    color: var(--alt);
    display: block;
}

.links {
    margin: 30px 0px;
    margin-bottom: 70px;
}

.links a svg {
    color: var(--alt);
    margin: 0px 7px;
}

.hr {
    width: 100%;
    border-top: 1px solid #4d4d4d;
}
