html {
    scroll-behavior: smooth;
}

body {
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;   
    margin: 0;
    padding: 0;
    background-color: hsl(0, 0%, 100%);
    background-image: url("images/output-onlinepngtools\ \(1\).png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.showcase {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

table {
    border-radius: 5px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: wrap;
}

td {
    text-align: center;
    padding: 20px .625em .625em .625em;
    border-bottom: 1px solid #f8f8f8;
    text-align: left;
    font-size: 13px;
}

header {
    background-color: #05053bf5;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: auto;
    min-height: 60px;
    color: white;
}

header h1 {
    font-family: 'Times New Roman', Times, serif;
    display: inline;
    font-weight: bolder;
    padding: 10px;
    color: rgb(255, 255, 255);
}

header p {
    color: rgb(255, 255, 255);
    margin-top: 15px;
    margin-right: 20px;
}

header p, #highlight nav{
    font-size: 15px;
    float:inline-end;
}

.btn {
    border: 2px solid black;
    background-color: white;
    border-radius: 10px;
    padding: 5px 10px;
    margin-right: 20px;
    cursor: pointer;
}

#highlight h1 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    float: left;
    padding-left: 10px;
}

#highlight li {
    font-weight: bold;
    display: inline-block;
    color: #000000;
}

#highlight a {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
}

#highlight a:hover {
    color: blue;
    font-weight: bold;
}

.youtube-embed {
    position: relative;
    height: 0;
    margin-top: 10px;
    padding-top: 60%;
    overflow: hidden;
    max-width: 100%;
}

.youtube-embed iframe { 
    position: absolute;
    top: 0;
    width: 100%;
    height: 80%;
}

h1#article-title {
    font-size: 50px;
    text-align: center;
    border: 4px solid black;
    background-color: white;
    border-radius: 10px;
}

.vmgo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#ccis, #servicespanel, #contacts {
    background-color: #05053bf5;
    border-radius: 15px;
    padding: 20px;
    width: 70%;
    margin: 50px auto;
    color: white;
}

#contacts a, #btn-back-to-top a {
    color: white;
}

#contacts img {
    vertical-align: middle;
}

footer {
    background-color: #05053bf5;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: auto;
    min-height: 60px;
    color: white;
}

footer p {
    margin: 20px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 25px;
    right: 0;
    background-color: #05053bf5;
    color: white;
    font-weight: bolder;
    border-radius: 100px;
    height: 55px;   
    width: 55px;
    z-index: 99;
    transition: bottom 0.5s ease;
}
  
#btn-back-to-top:hover {
    color: rgb(150, 150, 0);
    border: 2px solid rgb(150, 150, 0);
}

footer img {
    margin-left: 10px;
    width: 80px;
    border-radius: 10px;
    vertical-align: middle;
    border: 2px solid black;
}

