
html, body{
    background-color: black;
    padding-top:2%;
    padding-left: 3%;
    padding-right: 3%;
}

.container{

    display: flex;
    flex-direction: column;
    align-items: center;
    color:white;
    background-color:maroon;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    position: relative;
    min-height: 100vh;
}

.logo{
    text-align: center;
    min-width: 488px;
    min-height: 300px;
}

.logo p{
    padding-right: 400px;
}

.footer{
    margin-top: auto;
}

.email-button{
    text-align: center;
    width: 300px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: orange;
    border-radius: 20px;
}


.funnygif1{
    padding-left: 34%;
}
.github{
    padding-right: 64%;
}
.github img{
    margin-left: 20px;
    width: 100px;
    height: 100px;
}
.github p{
    width:100px;
    height: 20px;
}
.itch{
    padding-left: 64%
}
.itch img{
    margin-left: 20px;
    width: 100px;
    height: 100px;
}