body{
    margin:0;
    padding: 0;
    font-size: 14;
    background-image: url('https://static.vecteezy.com/system/resources/thumbnails/008/058/793/small/abstract-blur-with-bokeh-light-for-background-usage-vector.jpg');
    background-position: center;
}

.event{
    text-align: center;
    color:maroon;
    text-shadow: 10%;
}

.container{
    border: solid #000;
}
form{
    display:flex ;
    flex-direction: column;
    justify-content:space-between ;
    color:maroon;
}

img{
    width: 300px;
    height: 300px;
}

.button1{
    border-radius: 15%;
    background-color: maroon;
    color: #fff;
}

