body {
    top:0;
    left:0;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    padding:0;
    margin:0;
    background-color: black;
    overflow-x:hidden;
}

.title-block {
    top:0;
    left:0;
    outline:none;
    width: 100%;
    height:100vh;
    overflow-y: hidden;
    background-image: url("bg.jpg");
    padding-top:35px;
    text-align: center;
    border-radius: 0 0 50px 50px;
}

.title-block h1{
    font-size: 56px;
    font-weight:100;
    margin-top:10px;
    color: white;
    margin-bottom: 0;
}

.block{
    height:110vh;
    width:100vw;
    color:white;
}

.standard-image{
    width: 100%;
    margin-top:20%;
}

.col-4{
    float:left;
    margin:0;
    width:25%;
    height: 110vh;
}

.col-4 h1{
    font-size:58px;
    margin-right:20px;
    margin-top: 0;
    margin-bottom:0;
}

.col-4 h2{
    color: #d6d6d6;
    font-size:32px;
    margin-bottom: 0;
    margin-right:20px;
}

.col-4 h3{
    font-size:26px;
    margin-top:30%;
    margin-right:20px;
}

.title-block h2{
    font-size: 28px;
    font-weight:100;
    color: white;
    margin-top:20px;
}

.banner-button{
    border-radius: 22px;
    text-decoration: none;
    background-color: white;
    color:black;
    padding: 10px 25px;
    font-size: 20px;
    transition: 0.5s;
}

.banner-button:hover {
    background-color: #636363;
    color: white;
    transition: 0.5s;
}

.banner-logo-image{
    width:150px;
    margin-top:250px;
}

.navbar{
    top:0;
    left:0;
    position:fixed;
    height: 35px;
    width:100vw;
    z-index: 5;
    text-align:center;
    font-size:15px;
    font-weight: 600;
    backdrop-filter: blur(20px);
    color:white;
}

.navbar p{
    margin-top:10;
}

footer {
    background-color: #1a1a1a;
    height: 50px;
    width:100vw;
    z-index: 3;
    color:white;
    font-size: 15px;
    padding-top:20px;
    display: flex;
}

footer span{
    margin-left:50px;
    margin-bottom: 20px;
    margin-right:50px;
    align-self: flex-end;
}

footer a{
    color: white;
}