.highlight{
    background-color:red;

}

header{
    background-color: black;
    padding:10px;
    color: #63E44C;
    font-size: 120px;
    text-align:center;
    width:100%;
    margin:auto;
    margin-bottom:1px;
}

header h2{
    color:red;
    padding:20px;
}

header p{
    color:white;
    padding:10px;
}

img{
    width: 100px;
    margin: auto;
    max-width: 100%;

}

p{
    font-size:30px;
}

footer{
    
    color:red;
    background-color:black;
}

footer a{
    
    color:white;
    text-decoration:none;

}

footer a:hover{
    background-color:black;
}

.bigSection{
    text-align:center;
    background-color:red;
    color:white;
    animation-name:bigSection;
    animation-duration:1s;
    animation-direction:alternate;
    animation-iteration-count:infinite;
   padding:20px;
}
    
.parallax {
  background-image: url("https://codehs.com/uploads/5706c4e903832d0d78519d957f40815d");

 
  min-height: 500px;

 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@keyframes bigSection{
    from {background-color:black;}
    to {background-color:red;}
}


.buttonarea{
    text-align:center;
    background-color:red;
    
}

@media only screen and (max-width: 600px) {
  .parallax{
    background-attachment:scroll;
  }
}

.mt-auto{

padding-top:50px;    

}

.middlesection{
    
    min-height:10px;
    text-align:center;
    
}


.comingsoon{
    padding-top:40px;
    padding-right:40px;
    padding-left:50px;
    padding-bottom:10px;
    width:1000px;
    margin:auto;
    
    
}

.column {
margin:auto;
width:400px;



}

.columnath {
    
    width:300px;
    
}


.marquee {
    
    background-color:black;
    color:red;
    text:bold;
    
}


.column img{
    
    width:100%;
    height:100%;
    object-fit: cover;
    
}


.row4 {

    display: flex;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.colorpicker {
    background-color:;
    
    
}

.project {
    
    color:cyan;
    padding:50px;
    
}