
#header {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-content: center;
}

#header h1 {
    font-size: 5vw;
}

#header-image {
    border-radius: 50%;
    width: 20vw;
    align-self: center;
    justify-self: center;
}

.break-line {
    font-size: 5vw;
    color: black;
}

#intro h2{
    font-size: 3.5vw;
    text-align: center;
}

#intro p {
    font-size: 1.5vw;
    text-align: center;
}

#projects h2 {
    font-size: 3.5vw;
    text-align: center;
    background-color: #eb7c32;
    color: white;
    border-radius: 50px;
}

#projects h3 {
    color: black;
    font-size: 2.5vw;
}

.project {
    width: auto;
    background-color: rgb(58, 49, 49);
    /* padding: 1vw; */
    display:flexbox;
    /* padding-bottom: 50px; */
    border-radius: 50px;
}

#games img{
    width: 75vw;
    padding: 25px;
    justify-self: center;
    align-self: center;
    display: flex;
}

#web img{
    width: 75vw;
    padding: 25px;
    justify-self: center;
    align-self: center;
    display: flex;
}

.project button{
    display: block;
    align-self: center;
    justify-self: center;
    border-radius: 50px;
    cursor: pointer;
    border: 0;
    width: fit-content;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #33A1FD;
    box-shadow: 10px 10px 10px rgb(36, 36, 77);
    font-size: 2vw;
    text-decoration: underline;
    color: black;
}

.project button:hover {
    background-color: #286394;
    color: white;
}

.techstack {
    /* border-radius: 50px; */
    /* border-style: solid;
    border-width: 5px; */
    font-size: 1.5vw;
    width: 100%;
    /* opacity: 0.85; */
    /* padding-left: 15px;
    padding-right: 15px; */
    justify-self: center;
}

.godot {
    background-color: rgb(26, 170, 226);
    border-color: #216ead;
    color: white;
}

.ue {
    background-color: rgb(93, 6, 143);
    border-color: #490564;
    color: white;
}

.unity {
    background-color: rgb(231, 121, 18);
    border-color: #805609;
    color: white;
}

.vscode {
    background-color: rgb(93, 209, 255);
    border-color: #216ead;
    color: white;
}

.gdscript {
    background-color: rgb(54, 104, 124);
    border-color: #1a3144;
    color: white;
}

.cplus {
    background-color: rgb(194, 10, 102);
    border-color: #8a0d3d;
    color: white;
}

.blueprints {
    background-color: rgb(21, 240, 174);
    border-color: #097c63;
    color: white;
}

.csharp {
    background-color: rgb(243, 175, 119);
    border-color: #6d5a3d;
    color: white;
}

.html {
    background-color: rgb(121, 56, 3);
    border-color: #6d5a3d;
    color: white;
}

.css {
    background-color: rgb(100, 114, 243);
    border-color: #6d5a3d;
    color: white;
}

.javascript {
    background-color: rgb(55, 155, 9);
    border-color: #6d5a3d;
    color: white;
}

.jquery {
    background-color: rgb(153, 199, 45);
    border-color: #6d5a3d;
    color: white;
}

.svn {
    background-color: rgb(61, 180, 57);
    border-color: #225314;
    color: white;
}

.github {
    background-color: rgb(197, 218, 8);
    border-color: #837b11;
    color: white;
}

.filezilla {
    background-color: rgb(218, 8, 8);
    border-color: #500808;
    color: white;
}

#esquelito {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    justify-content: center;
}

#meatncheese {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    justify-content: center;
}

#clowntown {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    justify-content: center;
}

#waybackstout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
    justify-content: center;
}


