* {
  box-sizing: border-box;
}

body {
    font-family: Arial;
    margin: 0;
    background-image: url("landscape-2-rain\(1\).jpg");
    background-size: contain;
    background-size: 110%;
    background-repeat: no-repeat;

}

/* Header */
header { 
  padding: 60px;
  text-align: center;

}

.layout {
    display: flex;
    flex-direction: row;
    width: 1200px;       /* wide enough for both columns */
    height: 754px;
    margin: 0 auto;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.maincontent {
  margin: 0;
  border: 1px solid #000;
  border-radius: 3px;
}

/* Top navigation bar */
.navbar {
    background: linear-gradient(to bottom,#fff 0,rgba(129,129,129,.75) 3%,rgba(56,56,56,.75) 50%,rgba(27,27,27,.75) 50%);
    border: 1px solid #000;
    border-radius: 3px;
    color: #f7f4f4;
    padding-bottom: 1px;
    margin: 1px 1px 2px;
    font-size: 13px;
    height: 40px;
    font-weight: 400;
    text-align: center;
    width: 1200px;
    justify-content: center;
    margin: 0 auto;
}

/* Navigation bar links */
.navbar a {
  color: white;
  padding: 10px 10px;
  text-decoration: none;
  text-align: center;
  justify-content: center;
}

/* Change color on hover */
.navbar a:hover {
  background-color: #ddd;
  color: black;
}

/* Column container */
.containermain {  
    background: rgba(39,39,39,.5);
    border-right: 1px solid #3b3b3b;
    border-bottom: 1px solid #3b3b3b;
    border-bottom-right-radius: 3px;
    color: #dadada;
    padding: 12px 10px 8px 8px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

.side {
    width: 200px;
    flex-shrink: 0;      /* prevents sidebar from squishing */
    background-color: #f1f1f1;
    padding: 20px;
    background: linear-gradient(to bottom, rgba(56,56,56,.75), rgba(27,27,27,.75));
    border: 1px solid #000;
    border-radius: 3px;
    color: #f7f4f4;
    padding-bottom: 1px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}
.side2 {
    width: 200px;
    flex-shrink: 0;      /* prevents sidebar from squishing */
    background-color: #f1f1f1;
    padding: 20px;
    background: linear-gradient(to bottom, rgba(56,56,56,.75), rgba(27,27,27,.75));
    border: 1px solid #000;
    border-radius: 3px;
    color: #f7f4f4;
    padding-bottom: 1px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* Main column */
.main {
  flex: 50%;
  padding: 20px;
  overflow-y: auto;
  box-sizing: border-box;
}

/* Fake image, just for this example */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Footer */
footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  background: linear-gradient(to side rgba(129,129,129,.75) 25%,rgba(56,56,56,.75) 25%,rgba(27,27,27,.75) 25%);
}

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .container, .navbar {   
    flex-direction: column;
  }
}

.buttonrow{
    background: linear-gradient(to bottom,#fff 0,rgba(129,129,129,.75) 3%,rgba(56,56,56,.75) 50%,rgba(27,27,27,.75) 50%);
    border: 1px solid #000;
    border-radius: 3px;
    color: #f7f4f4;
    padding-top: 30px;
    padding-bottom: 1px;
    margin: 1px 1px 2px;
    font-size: 13px;
    height: 40px;
    font-weight: 400;
    text-align: center;
    width: 780px;
    justify-content: center;
    margin: 0 auto;
}

.btn-marq{
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  animation: scroll 80s linear infinite;
  flex-shrink: 0;
  margin: 2px;
  box-sizing: border-box;
}
.btn-marq-inner{
  display: flex;
  align-items: center;
  gap: 4px;
  animation: scroll 50s linear infinite;
  padding: 2px 0;
}

.box-btn{
  width: 100%;
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
  padding: 2px 0;
  background: linear-gradient(to bottom,#fff 0,rgba(129,129,129,.75) 3%,rgba(56,56,56,.75) 50%,rgba(27,27,27,.75) 50%);
  border: 1px solid #000;
  border-radius: 3px;
  color: #f7f4f4;
}