@import url('https://fonts.googleapis.com/css2?family=Oxygen+Mono&display=swap');
body
{
    font-family: 'Oxygen Mono', monospace;
    margin: 0;
    padding : 0;
    box-sizing : border-box;
    background: linear-gradient(-45deg, #000000, #393939);
    background-size: 100% 1000%;
    font-size: 25px;
    color : white;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.socials
{
    display: flex;
    flex-direction: row;
}
.YoutubeDiv
{
    text-align: left;
}

.youtube-button-link:hover
{
    opacity: 0.7;
}

.youtube-button-link
{
    color:white;
    border-radius : 10px;
    padding: 10px;
    font-size: 30px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    background-color: rgb(204, 24, 30);
}
.itch-button:hover {
    opacity: 0.7;
}

.itch-button
{
    color:white;
    border-radius : 10px;
    padding: 10px;
    font-size: 30px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    background-color: brown;
}
.github-button:hover
{
    opacity: 0.7;
}
.github-button
{
    color:white;
    border-radius : 10px;
    padding: 10px;
    font-size: 30px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    background-color: black;
}
.youtube-button
{
    border-radius : 20px;
    font-family:'Roboto';
    padding:0px;
    padding-right:20px;
    padding-left:20px;
    color:#fff;
    background-color:rgb(204, 24, 30);
    display:inline-flex;
    align-items:center;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
    justify-content: center;
    align-items: center;
}
a {
    color : lightblue;
}
.gamejam-div
{
    font-family: 'Oxygen Mono', monospace;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    text-wrap: wrap;
    padding:5%;
    outline: 5px solid white;
    color:white;
    background-color:rgb(32, 32, 32);
    align-items:center;
    justify-content: center;
    align-items: center;
    resize: none;
}
.LanguageFrameworkDiv
{
    font-family: 'Oxygen Mono', monospace;
    margin: 0;
    padding : 0;
    padding-bottom: 5%;
    box-sizing : border-box;
    background: linear-gradient(-45deg, #000000, #000000);
    background-size: 100% 1000%;
    font-size: 25px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
i{
    font-size : 30 px;
    margin-right : 12 px;
}
p{
    font-size : 18px;
}
span
{
    margin-right:4px;
}