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

body {
    /* background-color: #222831; */
    /* background: url("https://images.unsplash.com/photo-1527903789995-dc8ad2ad6de0?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1420&q=80"); */
    /* background-image: url("https://images.unsplash.com/photo-1458682625221-3a45f8a844c7?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1420&q=80"); */
    background-image: url("https://i.imgur.com/6G2FFPA.jpg");
    background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    font-family: 'Poppins', sans-serif;
    padding: 0;
}

.logo {
    border-radius: 50%;
    display: block;
    width: 100px;
    margin: auto;
    border: 2px solid #eeeeee;
}

div.heading {
    color: #02ADB5;
    font-size: 40px;
    display: block;
    margin: auto;
    width: max-content;
    text-align: center;
    text-shadow: #222831 0px 10px 20px, black 0px 6px 6px;
}

div.description {
    color: #02ADB5;
    display: block;
    width: 800px;
    max-width: 90%;
    margin: auto;
    text-align: center;
    background: #393E46;
    padding: 5px;
    border-radius: 5px;
}

a {
    text-decoration: none;
    color: #02ADB5;
    display: block;
    padding: 10px;
    text-align: center !important;
    font-size: 20px;
}

div.links_parent {
    display: block;
    width: 820px;
    max-width: 98%;
    padding: 20px;
    margin: 20px auto;
    margin-bottom: 20px;
    text-align: center !important;
    background-color: #222831;
    border-radius: 5px;
    box-sizing: border-box;
}

div.link_parent {
    display: block;
    color: black;
    border-radius: 5px;
    margin: 20px auto;
    width: auto;
    padding: 0;
    background-color: #393E46;
    text-align: center !important;
    transition: 0.1s;
}

div.link_parent:hover {
    box-shadow: #02acb5ce 0px 3px 8px;
}

a.credit, div.credits {
    color: #eeeeee7a;
    font-size: 13px;
    font-weight: 300;
    display: inline;
}

a#portfolio-link {
    color: #FFD700;
}

div#portfolio-parent:hover {
    box-shadow: #FFD700 0px 3px 8px;
}