@import url(https://fonts.googleapis.com/css?family=Audiowide);

body {
    margin: 0;
    padding: 0;
    border: none;
    background-color: rgb(55,203,230);
}
#navhead {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.navcols {
    display: block;
    width: 24.9%;
    height: 48px;
    float: left;
    text-align:center;
    line-height: 3rem
}
.navlink {
    text-decoration: none;
    color: white;
    
    font-size: 28px;
    font-weight: 1000;
}
.navlink:visited {
    text-decoration: none;
    color: white;
    
    font-size: 28px;
    font-weight: 1000;
}
#box1 {
    width: 512px;
    height: 256px;

    transform: translateX(-50%);
    left: 50%;
    top: 128px;
    position: relative;

    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10%;

    padding: 16px 16px 16px 16px;
    
    font-family: 'Audiowide';
    line-height: 16px;
}
#welcome > #box1 > #description {
    text-align: right;
    right: 24px;
    position: absolute;
    width: 288px;
    line-height: normal;
    font-weight: 600;
}
#hobbies {
    margin-top: 196px;
    
    width: 100%;
    background-color: rgb(44, 162, 183);
}
#hobbies > #box2 > table {
    border: 1px solid black;
}
#hobbies > #box2 > table > tbody > tr > td {
    border: 1px solid black;
}
#box2 {
    max-width: 512px;
    margin: 0px 0px 0px 32px;
    padding: 64px 0px 64px 0px;
}

#box2>table>tbody>tr>td>#lachs {
    width:128px;
    height:80px;
}
#box2>table>tbody>tr>td>#pizza {
    width:128px;
    height:93px;
}
#box2>#tgmlogo {
    width: 170px;
    height: 56px;

    background-color: white;
    padding: 4px;
}
#contact {
    margin-top: 128px;
    
    width: 100%;
    background-color: rgb(55, 203, 230);
}
#box3 {
    max-width: 512px;
    margin: 0px 0px 0px 32px;
    padding: 64px 0px 64px 0px;
}
#btntotop > #box4 {
    position: relative;
    margin-left: 16px;
    width: fit-content;
}
#tgmlfd {
    background-color: purple;
    padding:16px 16px 16px 16px;
}
#tgmlfd > #tgmlfooterimg {
    width: 128px;
}
#tgmlfd > #createdate {
    position: relative;
    right: 0;
}