*{
margin:0;
padding:0;
}
body {
background: url(../images/girltalkbackground.jpg) repeat;
font: normal 0.90em/130% Arial, Helvetica, sans-serif;
color: #800080;
}
#wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
width: 900px;
margin: 0 auto;
border: solid #801195;
border-width: 0 1px 18px 1px;
border-radius: 0 0 10px 10px;
padding: 10px;
background-color: #e5adef2b;
}
#left {
padding-bottom: 20px;
}
#right {
flex-direction: column;
width: 500px;
padding: 20px;
text-align:center;
}
#right h2 {
margin-bottom: 10px;
}
#right img {
display:block;
margin-inline: auto;
}
#right img:last-of-type {
border-radius: 6px;
box-shadow: 3px 3px 4px #646464;
border: 1px solid #000;
}
img {
border: none;
}
h2 {
padding-top: 15px;
}
h3 {
padding-top: 20px;
}
p {
padding-top: 10px;
}
a:link, a:visited {
color: #800080;
text-decoration: none;
border-bottom: 1px solid #800080;
font-weight: bold;
}
a:hover {
border-bottom: 1px dashed #800080;
color: #009900;}

h2#canceled {
color: #48ffa4;
margin-left: 27px;
margin-top: 99px;
font-size: 39px;
transform: rotate(13deg);
margin-bottom: -148px;
text-shadow: 3px 3px 2px #141414;
background: #ffffffd4;
height: 35px;
padding: 14px 10px 4px;
border-radius: 8px;
border: 1px solid #000;
}
