.topbar{
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 65px;
    background-color: black;
    overflow: hidden;
}
.main{
    position: relative;
    float: left;
    height: 65px;
    margin-left: 5px;
    padding-left: 10px;
    vertical-align: auto;
}
.logo{
    padding-top: 7px;
    height: 50px;
    float: left;
}
.utama{
    display: inline-block;
    margin-top: 17px;
    margin-left: 6px;
    font-size: 8px;
    font-weight: bold;
    vertical-align: top;
    color: gold;
}
.navigation{
    position: relative;
    float: right;
    height: 50px;
    margin-right: 100px;
    padding-top: 20px;
    color: white;
}
a{
    text-decoration: none;
    color:white;
}
.bigscreen{
    left: 0;
    margin: auto;
    margin-top: 75px;
    max-width: 900px;
    min-width: 300px;
    width: 75%;
    height: 250px;
    border-radius: 50px;
    background-color: blueviolet;
}
.title{
    text-align: center;
}
.container{
    margin: auto;
    max-width: 700px;
    min-width: 200px;
    text-align: left;
}
.vimi{
    margin: auto;
    max-width: 700px;
    min-width: 200px;
    text-align: left;
}
.bottomBar{
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: bisque;
    text-align: center;
    font-weight: bold;
    padding-top: 15px;
}