.widgetbg {
  width: 278px;
  height: 260px;
}
.widgetnews {
  border-radius: 12px;
  border-color: gray;
  border-style: solid;
  border-width: 5px;
  width: 278px;
  height: 260px;
  background-image: url(/images/widgets/news.jpg);
  background-position: center;
  background-repeat: no-repeat;
  transition: .4s ease-out;
}
.widgetnews:hover {
  border-radius: 12px;
  border-color: #802600;
  border-style: solid;
  border-width: 5px;
  width: 278px;
  height: 260px;
  background-image: url(/images/widgets/news1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  transition: .4s ease-out;
}
.widgetprofile {
  border-radius: 12px;
  border-color: gray;
  border-style: solid;
  border-width: 5px;
  width: 278px;
  height: 260px;
  background-image: url(/images/widgets/chrisd.jpg);
  background-position: center;
  background-repeat: no-repeat;
  transition: .4s ease-out;
}
.widgetprofile:hover {
  border-radius: 12px;
  border-color: green;
  border-style: solid;
  border-width: 5px;
  width: 278px;
  height: 260px;
  background-image: url(/images/widgets/chrisd2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  transition: .4s ease-out;
}
.widgetshows {
  border-radius: 12px;
  border-color: gray;
  border-style: solid;
  border-width: 5px;
  width: 278px;
  height: 260px;
  background-image: url(/images/widgets/shows.jpg);
  background-position: center;
  background-repeat: no-repeat;
  transition: .4s ease-out;
}
.widgetshows:hover {
  border-radius: 12px;
  border-color: maroon;
  border-style: solid;
  border-width: 5px;
  width: 278px;
  height: 260px;
  background-image: url(/images/widgets/shows1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  transition: .4s ease-out;
}
.widgetgeneral {
  border-radius: 12px;
  border-color: gray;
  border-style: solid;
  border-width: 5px;
  width: 278px;
  height: 260px;
  background-image: url(/images/widgets/general.jpg);
  background-position: center;
  background-repeat: no-repeat;
  transition: .4s ease-out;
}
.widgetgeneral:hover {
  border-radius: 12px;
  border-color: #2B60DE;
  border-style: solid;
  border-width: 5px;
  width: 278px;
  height: 260px;
  background-image: url(/images/widgets/general1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  transition: .4s ease-out;
}
.widgetmultimedia {
  border-radius: 12px;
  border-color: gray;
  border-style: solid;
  border-width: 5px;
  width: 278px;
  height: 260px;
  background-image: url(/images/widgets/multimedia.jpg);
  background-position: center;
  background-repeat: no-repeat; transition: .4s ease-out;
}
.widgetmultimedia:hover {
  border-radius: 12px;
  border-color: purple;
  border-style: solid;
  border-width: 5px;
  width: 278px;
  height: 260px;
  background-image: url(/images/widgets/multimedia1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  transition: .4s ease-out;
}
.widgetsubmit {
  border-radius: 12px;
  border-color: gray;
  border-style: solid;
  border-width: 5px;
  width: 278px;
  height: 260px;
  background-image: url(/images/widgets/submit.jpg);
  background-position: center;
  background-repeat: no-repeat;
  transition: .4s ease-out;
}
.widgetsubmit:hover {
  border-radius: 12px;
  border-color: #EDDA74;
  border-style: solid;
  border-width: 5px;
  width: 278px;
  height: 260px;
  background-image: url(/images/widgets/submit1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  transition: .4s ease-out;
}
a.buttonr {
  border-radius: 12px;
  position: relative;
  background-color: #E41B17;
  border-top: #E42217;
  border-left: #C11B17;
  border-right: #E42217;
  border-bottom: #C11B17;
  border-style: solid;
  border-width: 2px;
  padding: 6px 4px 6px 4px;
  text-decoration: none;
  font-weight: bold;
  color: black;
  transition: .4s ease-out;
}
a.buttonr:hover {
  border-radius: 12px;
  position: relative;
  background-color: #D16587;
  border-top: #7E354D;
  border-left: red;
  border-right: #7E354D;
  border-bottom: red;
  border-style: solid;
  border-width: 2px;
  padding: 6px 4px 6px 4px;
  text-decoration: none;
  font-weight: bold;
  color: black;
  transition: .4s ease-out;
}
a.buttong {
  border-radius: 12px;
  position: relative;
  background-color: #254117;
  border-top: #4CC417;
  border-left: #348017;
  border-right: #4CC417;
  border-bottom: #348017;
  border-style: solid;
  border-width: 2px;
  padding: 6px 4px 6px 4px;
  text-decoration: none;
  font-weight: bold;
  color: white;
  transition: .4s ease-out;
}
a.buttong:hover {
  border-radius: 12px;
  position: relative;
  background-color: #4AA02C;
  border-top: #4CC417;
  border-left: #348017;
  border-right: #4CC417;
  border-bottom: #348017;
  border-style: solid;
  border-width: 2px;
  padding: 6px 4px 6px 4px;
  text-decoration: none;
  font-weight: bold;
  color: white;
  transition: .4s ease-out;
}
a.buttony {
  border-radius: 12px;
  position: relative;
  background-color: #FBB917;
  border-top: #AF7817;
  border-left: #C68E17;
  border-right: #AF7817;
  border-bottom: #C68E17;
  border-style: solid;
  border-width: 2px;
  padding: 6px 4px 6px 4px;
  text-decoration: none;
  font-weight: bold;
  color: black;
  transition: .4s ease-out;
}
a.buttony:hover {
  border-radius: 12px;
  position: relative;
  background-color: #FDD017;
  border-top: #AF7817;
  border-left: #C68E17;
  border-right: #AF7817;
  border-bottom: #C68E17;
  border-style: solid;
  border-width: 2px;
  padding: 6px 4px 6px 4px;
  text-decoration: none;
  font-weight: bold;
  color: black;
  transition: .4s ease-out;
}
a.buttonb, input.buttonb {
  border-radius: 12px;
  position: relative;
  background-color: #0000A0;
  border-top: #6698FF;
  border-left: #736AFF;
  border-right: #6698FF;
  border-bottom: #736AFF;
  border-style: solid;
  border-width: 2px;
  padding: 6px 4px 6px 4px;
  text-decoration: none;
  font-weight: bold;
  color: white;
  transition: .4s ease-out;
}
a.buttonb:hover, input.buttonb:hover {
  border-radius: 12px;
  position: relative;
  background-color: blue;
  border-top: #6698FF;
  border-left: #736AFF;
  border-right: #6698FF;
  border-bottom: #736AFF;
  border-style: solid;
  border-width: 2px;
  padding: 6px 4px 6px 4px;
  text-decoration: none;
  font-weight: bold;
  color: white;
  transition: .4s ease-out;
}
a.buttonv {
  border-radius: 12px;
  position: relative;
  background-color: purple;
  border-top: #7A5DC7;
  border-left: #8D38C9;
  border-right: #7A5DC7;
  border-bottom: #8D38C9;
  border-style: solid;
  border-width: 2px;
  padding: 6px 4px 6px 4px;
  text-decoration: none;
  font-weight: bold;
  color: white;
  transition: .4s ease-out;
}
a.buttonv:hover {
  border-radius: 12px;
  position: relative;
  background-color: #CC33FF;
  border-top: #7A5DC7;
  border-left: #8D38C9;
  border-right: #7A5DC7;
  border-bottom: #8D38C9;
  border-style: solid;
  border-width: 2px;
  padding: 6px 4px 6px 4px;
  text-decoration: none;
  font-weight: bold;
  color: white;
  transition: .4s ease-out;
}
#marquee {
  margin-top: 4px;
  text-align: center;
  width: 97%;
  border: dotted 1px gray;
  border-radius: 12px;
}
#ask {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-left: 60px;
}
