

body{
  box-sizing: border-box;
}
#signinbody{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#signupbody{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

img{
    background-repeat: no-repeat;
}

#main{
    position: relative;
}

#body nav {position: fixed;}


#summit{
    top: 10%;
    left: 30%;
    position: absolute;
    color: white;
    font-size: 80px;
    background: rgba(0, 0, 0, 0.5);
    border: solid 2px white ;
    padding: 10px;
    font-family: 'Playfair Display', serif;
}

#name{
    top: 60%;
    left: 20%;
    position: absolute;
    color: white;
    font-size: 70px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    font-family: 'Bebas Neue', cursive;
}

#prodname{
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    text-align: center;
    margin-top: 20px;
}
#homeform{
    margin: 20px;
    text-align: left;
}

#aboutme{
    font-family: 'Merriweather', serif;
    margin: 10px;
    font-size: 30px;
    margin: 40px;
}

#products{
    width: calc(50% - 10px);
    text-align: center;
    border: solid 2px;
}

#productcontainer{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}



nav{
    z-index: 999;
    width: 100%;
    list-style-type: none;
    margin-bottom: 5;
    padding: 10;
    overflow: hidden;
    background-color: #333;
    margin-bottom: 20px;
}
nav a{
    display: inline;
    color: white;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
    font-size: 15px;
}
nav a:hover:not(.active) {
    background-color: #111;
  }

  .cat_links{
    display: block;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #000000;
    margin-bottom: 5px;
    background-color: #cccccc;
    color: #000000;
    padding-left: 10px;
    font-size: 20px;
    margin-left: 100px;
    margin-right: 100px;
  }

.cat_links:hover{
    background-color: #dddddd;
}

#test{
    padding-right: 10px; 
}

#viewcat{
    align-items: center;
    padding: 30px;
}
td{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#signin{
    position: relative;
    display: inline-block;
    padding: 10px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    margin-top: 10px;
    width: 700px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    background: #2a2a2a;
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgba(0,0,0,.2);
    border-radius: 10px;
    position: relative;
    display: inline-block;
    
}

#signup{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    position: relative;
    display: inline-block;
    padding-top: 15px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    margin-top: 10px;
    width: 700px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    background: #2a2a2a;
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgba(0,0,0,.2);
    border-radius: 10px;
}


input[type="submit"]:hover {
    background: #d8d8d8;
    color: #000000;
    border-radius: 5px;
    box-shadow: 0 0 5px #101414,
                0 0 25px #414a4b,
                0 0 50px #637677,
                0 0 100px #424949;
}

#welcome{
    font-size: 30px;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    color: black;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
}
#welcomesignup{
    font-size: 30px;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    color: black;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
}

input[type="text"] {
    border-radius: 5px;
    border: 1px solid #999999;
    padding: 5px;
    width: 50%;
    margin-bottom: 10px;
}
input[type="password"] {
    border-radius: 5px;
    border: 1px solid #999999;
    padding: 5px;
    width: 50%;
    margin-bottom: 10px;
}

input {
    font-size: 16px;
    font-weight: 400;
}

input[type="submit"] {
    background-color: #243b55;
    border-radius: 5px;
    border: none;
    color: #ffffff;
    font-weight: 200;
    padding: 3px;
    width: 15%;
    margin-top: 10px;
}

input[type="email"] {
    border-radius: 5px;
    border: 1px solid #999999;
    padding: 5px;
    width: 50%;
    margin-bottom: 10px;
}

#me{
    float: right;
    width: 20%;
    height: auto;
    margin-left: 20px;
}
#comp{
    padding-top: 20px;
    position: relative;
}
#invalid{
    text-align: center;
    color: red;
    font-size: 40px;
}

form a:visited{
    color: rgb(165, 185, 236);
    text-decoration: none;
}

form a:hover{
    color: rgb(255, 0, 0);
    text-decoration: none;
}

#topics{
    font-size: 30px;
}


