.container{
    max-width: 1360px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1000px minmax(0,1fr);
    font-family: 'helvetica', sans-serif
}
nav-bar{
    border: black 2px solid;
    color: white;
    background: black;
    width:1360px;
    height:50px;
    position:relative;
    right:10px;
    bottom: 10px;
   
}
title-home, list-nav, login-but, register-acct, sponsor-but, contact-but, search-bar{

}
title-home{
    grid-row: 1/2;
    grid-column: 1/2;
    position: relative;
    left:200px;
}
list-nav {
    position: relative;
    left:210px;
}
login-but {
    position:relative;
    left:220px;
}
register-acct { 
    position:relative;
    left: 230px;
}
sponsor-but {
    position:relative;
    left: 240px;
}
contact-but {
    position:relative;
    left: 250px;
}
search-bar {
    position:relative;
    left: 430px;
}