@import url("https://fonts.googleapis.com/css2?family=Bitcount+Prop+Single:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&display=swap");

body {
    background-color: #000;
    color: #fff;
    font-family: "Alumni Sans";
}

.about-me {
    text-align: center;
    width: 700px;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
}

.image-logo-github {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    display: body;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse1.mm.bing.net%2Fth%2Fid%2FOIP.lJEV8azOsH7rRQJ6gmvt9gHaHa%3Fpid%3DApi&f=1&ipt=30a47d4004272e61b92817dd7d645f9049c191a62a9c94462bee926c8929a7ac");
}

.image-logo-github a {
    display: block;
    width: 100%;
    height: 100%;
}

.url-link-github a {
    color: #fff;
    font-size: 4em;
    font-family: "Bitcount Prop Single";
    text-decoration: none;
}
