*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    width: 100%;
    background-image: url(img/bg\ 3.1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

div.scroll-container {
  background-color: #ffffffa2;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}


div.scroll-container img {
  padding: 10px;
}

img{
    width: 20%;
}

.menu{
    display: flex;
    flex-direction: row;
    list-style: none;
    align-items: center;
    align-content: flex-start;
    gap: 40px;
    padding-left: 30%;
    padding-top: 10%;

}

a{
    color: black;
    text-decoration: none;
}

button{
    padding: 20px 60px;
    font-size: 18px; 
    background-color: rgb(255, 255, 255);
    border: 0px;
    box-sizing: border-box;
    white-space: nowrap;
}

button:hover{
    background-color: rgb(255, 236, 130);
    border: 5px;
    border-color: rgb(255, 174, 53);
}