#mainpage
{
  background-image: URL("background/newlaptop.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
}
#right_top
{
  text-align: right;
}
#center_position
{
  text-align: center;
}
#logo
{
  width: 20%;
  height: 20%;
  margin-top: 190px;
}
#search_google
{
  background-color: white;
  box-sizing: border-box;
  position: relative;
  border: 2px solid #3879D9;
  display: block;
  padding: 3px 10px;
  border-radius: 10px;
  height: 2.3em;
  width: 700px;
  margin: auto;
  margin-top: -20px;
  overflow: hidden;
}
#googlebox
{
  border: none;
  height: 2.0em;
  width: 580px;
  margin-right: 100px;
}
#googlebutton
{
  cursor: pointer;
  border: none;
  background: #f08300;
  color: white;
  position: absolute;
  width: 100px;
  height: 3.0em;
  right: 0;
  top: -4px;
  font-weight: bold;
  font-size: 15px;
}
#googlebutton:hover
{
  background-color: #00BFFF;
}
#getURL
{
  background-color: white;
  box-sizing: border-box;
  position: relative;
  border: 2px solid #3879D9;
  display: block;
  padding: 3px 10px;
  border-radius: 10px;
  height: 2.3em;
  width: 700px;
  margin: auto;
  overflow: hidden;
}
#inputURL
{
  border: none;
  height: 2.0em;
  width: 680px;
}
