
body {
  background-image: url(background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  
}

.out {
  height: 1400px;
  width: 1000px;
  background-color: white;
  margin: auto;
}

.rozen {
  width: 1000px;
  height: 400px;
}

.homebar {
  background-color: #f7609b;
  height: 30px;
  width: 1000px;
  position: relative;
  bottom: 20px; 
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  color: black;
}

.home {
  width: 240px;
  border: groove;
  padding: 4px;
  text-align: center;
  border-color: #f7609b;
}

.os {
  width: 240px;
  border: groove;
  padding: 4px;
  text-align: center;
  border-color: #f7609b;
  position: relative;
  left: 251px;
  bottom: 31px;
}

.ag {
  width: 240px;
  border: groove;
  padding: 4px;
  position: relative;
  left: 501px;
  bottom: 62.5px;
  text-align: center;
  border-color: #f7609b;
}

.blogs{
  width: 237px;
  border: groove;
  padding: 4px;
  text-align: center;
  border-color: #f7609b;
  position: relative;
  left: 751px;
  bottom: 94px;
  
}
.socials {
  height: 160px;
  width: 180px;
  background-color: #f7609b;
  position: relative;
  bottom: 20px;
  left: 10px;
}

.socialst {
  width: 157.5px;
  padding: 9px;
  text-align: center;
  color: white;
  border: outset;
  border-color: #f7609b;
}

.fb {
  width: 175px;
  border: outset;
  border-color: #f7609b;
  text-align: center;
  position: relative;
  bottom: 15.5px;
  
}

.ig {
  width: 175px;
  border: outset;
  text-align: center;
  border-color: #f7609b;
  position: relative;
  bottom: 15.5px;
}

.spacehey {
  width: 175px;
  border: outset;
  text-align: center;
  border-color: #f7609b;
  position: relative;
  bottom: 15px;
}

.tiktok {
  width: 175px;
  text-align: center;
  border: outset;
  border-color: #f7609b;
  position: relative;
  bottom: 15px;
}

.spotify {
  width: 175px;
  text-align: center;
  border: outset;
  border-color: #f7609b;
  position: relative;
  bottom: 15px;
}

.card {
  height: 500px;
  width: 600px;
  background-color: pink;
  position: relative;
  left: 200px;
  bottom: 180px;
}








