body{
  background-color:#D9CA8B;
}

h5{
  font-family: "Roboto", sans-serif;
}

#logo{
  width: 199px;
  height: 199px;
  background-image: url('https://1drv.ms/i/c/c18c968e57a58bc4/UQTEi6VXjpaMIIDBUhQAAAAAAIPRGAfO82050Xs?width=1772&height=1772');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 100px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}


#fundo{
  width: 100%;
  height: 400px;
  background-image: url('https://1drv.ms/i/c/c18c968e57a58bc4/UQTEi6VXjpaMIIDBTxQAAAAAAGXkjt7fP8k7d5g?width=5000&height=3333');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 30px;
}

#foto{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 20px;
}

#img {
  width: 50%;
  height: auto;
}

#bloco3{
  background-color:#000;
  color:#fff;
  padding:20px;
}

#orcamento{
  background-color:#D9CA8B;
}

#video{
  margin:auto;
}

#cliente{
  width: 100%;
  height: 750px;
  background-color:#fff;
  color:#000;
  padding:20px;
}

#foot{
  width: 330px;
  height: 50px;
}
a{
  text-decoration:none;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 50px;
  z-index: 9999;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
}