html{
    background-color: rgb(240, 240, 240);
}

h1{
    text-align: center;
    font-size: 9vw;
    margin-top: 0;
   font-family: "veneer", sans-serif;
font-weight: 400;
font-style: normal;
    margin-bottom: 0;
}




.title{
position: relative;
right: -25vw;
}

.websitedata{
    width: 30vw;
    height: auto;
    position: absolute;
    top: 22vw;
    right: 4px;
}

.websitecheckbox{
    width: 30vw;
    height: auto;
    position: absolute;
    top: 42vw;
    right: 4px;
}

p{
    font-size: 20px;
    position: relative;
    top: -12vw;
    margin-bottom: 0;
}


.button {
	background-color: transparent;
	border: none;
	color: #000000;
	text-align: center;
	font-size: 28px;
	padding: 20px;
	width: 200px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	position: absolute;
	right: 10px;
	top: 0px;

	font-family: "arek", serif;
	font-weight: 400;
	font-style: normal;
	}
		
button:hover {
 color: rgb(244, 252, 244);
 transform: translateY(-4px);
 text-shadow: 2px 2px black;
}


.buttontwo {
	border-radius: 4px;
	background-color: transparent;
	border: none;
	color: #000000;
	text-align: center;
	font-size: 28px;
	padding: 20px;
	width: 200px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	position: absolute;
	left: 10px;
	top: 0px;

	font-family: "arek", serif;
	font-weight: 400;
	font-style: normal;
	}
		
.buttontwo span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.buttontwo span:after {
  content: '\276F';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
		
.buttontwo:hover span {
  padding-right: 25px;
  color: rgb(228, 76, 59);
}
		
.buttontwo:hover span:after {
  opacity: 1;
  right: 0;
}

.websitegif{
    width: 55vw;
    height: auto;
    position: relative;

    display: flex;
    margin: auto;
    align-items: center;
}

.labtop{
    width: 80vw;
    height: auto;

    position: relative;
    right: 13vw;
    top: -25vw;
}


.phone{
    width: 60vw;
    height: auto;

    position: absolute;
    top: 75vw;
    right: -140px;
}
