body {
    background: rgb(20, 20, 25);
    color: white;
    font-family:"Times New Roman", Times, serif;
}
header{
    animation: fadeInDown;
    animation-duration: 500ms;
}
nav{
    display: flex;
    flex-direction: row;
}
ul.links{
    list-style-type: none;
    display: inline;
    padding-left: 26%;
}
a.logo{
    padding: 0;
}
ul.logo{
    list-style-type: none;
    display: inline;
}
li.links{
    text-align: center;
    display: inline-block;
    margin-left: 50px;
    height: 50px;
    width: 200px;
}
section.portfolio{
    padding: 20% 0 0 0;
    text-align: center;
}
img.logo{
    height: 70px;
}
a{
    color: white;
    text-decoration: none;
    font-size: 35px;
}


section.intro{
    padding: 12% 0 20% 0;
    text-align: center;
}
section.info{
    padding: 10% 0 0 0;
    text-align: center;
}
section.links{
    text-align: center;
    padding: 1% 0 10% 0;
    animation: backInUp;
    animation-duration: 1s;
}
a:hover{
    color: lightcoral;
}
a.gamejolt{
    text-decoration: none;
    font-size: 100%;
}
p.intro{
    font-size: 65px;
    animation: fadeIn;
    animation-duration: 2s;
}
p.title{
    font-size: 60px;
}
p.info{
    font-size: 40px;
    size: 20%;
    line-height: 170%;
}
button{
    margin: 0 5% 0 5%;
    height: 45px;
    width: 100px;
    border-radius: 7px;
    font-size: 23px;
    color: black;
    background-color: lightcoral;
    outline: none;
    border: none;
}
button:hover{
    background-color: white;
}
button.intro{
    width: 160px;
    color: black;
}
p.watermark{
    position: fixed;
    bottom: -10px;
}

html{
    overflow: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
::-webkit-scrollbar{
    width: 0px;
}

section.contact{
    text-align: center;
    padding: 2%;
    animation: fadeIn;
    animation-duration: 2s;
}
p.contact{
    font-size: 40px;
    line-height: 150%;
}
img.rounded-button{
    height: 70px;
    width: 70px;
}
a.rounded-button:hover{
    opacity: 50%;
}
a.rounded-button{
    padding: 0 25px 0 25px ;
}
div.games{
    display: inline-block;
    animation: backInUp;
    animation-duration: 1s;
}
div.game {
    display: inline-block;
    padding: 0 20px 0 20px;
    width: 500px;
}
img.games:hover{
    opacity: 50%;
    color: white;
}
img.games{
    height: 350px
}
section.videotitle{
    text-align: center;
    padding-top: 2%;
}
div.videolist{
    padding: 0 3% 0 3%;
}
div.video{
    display: inline-block;
    padding: 0 70px 100px 70px;
}
img.videos{
    height: 190px;
}
a.videos:hover{
    opacity: 50%;
    animation: pulse;
    animation-duration: 2s;
}
p.videoinfo{
    font-size: 30px;
    padding: 0 0 30px 0;
}
p.videotitle{
    font-size: 60px;
    padding: 0;
    animation: fadeIn;
    animation-duration: 2s;
}

@media screen and (max-width: 1700px) {
    ul.links{
        padding-left: 15%;
    }
    li.links{
        width: 130px;
        margin-left: 20px;
    }
    button.intro{
        width: 200px;
    }
    a{
        font-size: 30px;
    }
    button{
        width: 160px;
    }
}

@media screen and (max-width: 1000px) {
    body{
        background-size: 400px;
    }
    img.logo{
        height: 20px;
    }
    a{
        font-size: 12px;
    }
    ul.links{
        padding-left: 2px;
    }
    li.links{
        width: 40px;
        margin-left: 10px;
        height: 20px;

    }
    section.intro{
        padding-top: 60%;
    }
    p.intro{
        font-size: 30px;
    }

    p.title{
        font-size: 25px;
    }
    p.info{
        font-size: 13px;
        padding-top: 20%;
    }
    section.info{
        padding-top: 100%;
    }
    section.links{
        padding: 20% 0 60% ;
    }
    button.intro{
        width: 100px;
    }
    button{
        height: 30px;
        font-size: 15px;
        width: 70px;
        margin: 0 3% 0 3%;
    }


    a.games{
        width: 230px;
        padding-top: 10%;
    }
    p.games{
        font-size: 30px;
    }
    img.games{
        height: 230px;
    }

    div.video{
        padding-bottom: 10%;
    }
    img.videos{
        height: 130px;
    }


    p.contact{
        font-size: 15px;
        padding-top: 10%;
    }
    section.links#info{
        padding-top: 20%;
    }
}