body {
    margin: auto;
    width: 100%;
    height: 100%;
    font-family: 'Arial Narrow';
    box-sizing: border-box;
    background-image: url(../images/1304041.jpg);
    background-attachment: fixed;
    color: white;
}

main {
    padding-left: 10%;
    padding-right: 10%;
}

header {
    background-color: blueviolet;
}

nav {
    height: 100px;
}

#navbar {
    float: right;
    position: flex;
    padding-right: 5%;
    padding-top: 2.5%;
    font-size: 20px;
}

.bar {
    padding-left: 20px;
    padding-right: 20px;
}

#logo {
    height: 70px;
    position: flex;
    padding-top: 1%;
    padding-bottom: auto;
    float: inline-start;
}

#timezonetable {
    position: center;
}

.timeclock {
    height: 500px;
    width: 700px;
    position: canter;
}

#time {
    height: 500px;
    width: 850px;
}

footer {
    background-color: blueviolet;
    font-size: 20px;
}

#footer {
    width: 80%;
    padding-left: 100px;
    padding-top: 30px;
    padding-bottom: 20px;
    color: black;
    font-size: xx-large;
}

hr {
    height: 0.2px;
    margin-top: 50px;
}

#footerlinks {
    width: 80%;
    display: flex;
    padding-left: 50px;
    justify-content: space-between;
}

.icons {
    width: 10%;
    display: flex;
    justify-content: center;
    justify-content: space-around;
    align-items: center;
}

.manylinks {
    width: 20%;
    list-style-type: none;
    text-decoration: none;
    color: black;
}

.menu2 {
    list-style-type: none;
}

.menu3 {
    text-decoration: none;
    color: black;
}

.menu4 {
    text-decoration: none;
    list-style-type: none;
    color: black;
    font-size: 30px;
}

#form {
    height: 600px;
    margin: auto;
    width: 400px;
    border-style: ridge;
    background-blend-mode: darken;
}

#formsec {
    background: scroll;
    background-image: url(/assets/images/PngItem_777728.png);
    background-size: cover;
}

#form2 {
    margin: auto;
    padding: auto;
}

#clientname {
    border-radius: 10%;
}

#messagebox {
    height: 70px;
    width: auto;
    border-radius: 5%;
}

#submit {
    height: 40px;
    width: 100px;
    background-color: blueviolet;
    font-size: 25px;
    border-radius: 10%;
    color: white;
}

#submit:hover {
    background-color: beige;
    color: black;
}

#head {
    font: "Old English";
}


/* #api {
    height: 450px;
} */

#tradingview_10328 {
    height: 600px;
}

p {
    font-size: 20px;
}

label {
    color: blueviolet;
}

#lists {
    font-size: 20px;
    font-style: italic;
}