@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,500,700,900,100italic,300italic,regular,italic,500italic,700italic,900italic');

html {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  line-height: 1.5;
  margin: 0;
  box-sizing: border-box;
  min-height: 100%;
  font-family: Roboto;
  color: #333;
}

#container {
  display: grid;
  gap: 20px 0;
  padding: 20px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

h1,
p {
  margin: 0;
}
img {
  width: 416px;
  max-width: 400px;
  margin: 0 auto;
}

h1 {
  letter-spacing: -1.2px;
  font-size: 38px;
}
.actionbuttoncontainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px;
}
.actionbutton {
  font-size: 32px;
  background-color: #dddddd;
  border-width: 2px;
  border-style: none;
  border-color: #333;
  margin: 7px;
  display: block;
  padding: 8px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 55);
  font-weight: 500;
  text-align: center;
  padding-right: 11px;
  padding-left: 11px;
}
.actionbutton:first-child {
  border-bottom-left-radius: 10px;
}
.actionbutton:last-child {
  border-top-right-radius: 10px;
}
.img1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.centeredresponsiveimage {
  max-width: 416px;
  height: auto;
  width: 100%;
}
#psolv_logo {
  max-width: 275px;
}
#welcome {
  font-style: normal;
}

#message {
  font-size: 24px;
}
.actionbutton:hover {
  background-color: #1ad2eb;
}
