.logo{
    width: 250px;
    padding: 10px;
  
    margin: ;

}

.fullimg{
  background-color: black;
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 27px;
  font-family: cursive;
  
}

body{
    margin: 0;
    background-image: url(intro-image.webp);
    background-size:cover ;
    background-repeat: no-repeat;
    size: 500px;
    

}

a{
    color: white;
}



    .flexbox {
        display: flex;
        gap: 40px;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 10px;
    }

    .flexbox div {
        width: 350px;
        background-color: black;
        color: white;
    }

    img {
        width: 100%;
    }

    .flexbox div h2, .flexbox div p{
        padding: 16px;
    }

    h1{ 
    text-align: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    
    }

    h2{
        font-size: 35px;
    }

    li{
        font-size: 24px;
    }

    p{
        text-align: center;
        color: white;
        font-size: 25px;
    }



    .main{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: left, top;
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.295);
    width: 400px;
    font-size: 15px;
    }

    .main p {
        font-size: 20px;
    }

    .tid{
        display: flex;
        gap: 40px;
        flex-wrap: wrap;
        justify-content: left, bottom;
        margin-bottom: 30px;
        background-color: rgba(255, 255, 255, 0.295);
        width: 400px;
        color: white;
    }

    