body {
            background-color: black;
            color: #00FFFF;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;            
            text-align: center;
}
        .top-bar {
            background-color: #1f1f1c;
            font-weight: bold;
            align-items: center;
            justify-content: center;            
            text-align: center;
            display: flex;
            box-shadow: 0px 0px 30px #4b4b45;
            min-width: 100%;
            min-height: 70px;
            border-radius: 15px;
        }
.home-desc {
            text-align: center;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            margin-left: 20px;
}
.logo {
            height: 60px;
            width: 60px;
}
button {
            border-radius: 8px;
            background-color: #00FFFF;
            color: black;
            border: none;
            height: 30px;
            width: 60px;
}
