@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

::selection {
  background-color: black;
  color: white;
}

body {
  font-family: "Roboto";
  letter-spacing: 1.5px;
  line-height: 27px;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

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

li {
  list-style: none;
}

strong {
  color: white;
}

h2 {
  font-size: 44px;
  margin-bottom: 25px;
}

/* Entrance */

.circle-img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin-top: 20px;
}

.entrance {
  display: flex;
  align-items: center;
  gap: 100px;
}

.greet {
  margin-left: 10px;
  font-size: 72px;
  display: flex;
  text-align: center;
  line-height: 75px;
}

/* HEADER */

.header {
  position: sticky;
  top: 3px;
  z-index: 1;
  background-color: rgb(0, 0, 0);
  margin-top: 50px;
  font-size: 42px;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.header-links {
  display: flex;
  gap: 50px;
  margin-left: 80px;
}

strong:hover {
  color: orange;
}

.home {
  width: 65px;
  height: 65px;
}

.home:hover {
  fill: rgb(255, 140, 0);
}

/* MAIN */

.introduction {
  scroll-margin-top: 55px;
  margin-top: 72px;
  margin-left: 20px;
}

.introduction-title {
  font-size: 44px;
  margin-bottom: 25px;
}

.introduction-text {
  width: 800px;
  margin-right: 150px;
}

.andijan {
  color: rgb(0, 0, 255);
}

.andijan:hover {
  color: rgb(255, 0, 0);
}

.bustan {
  color: blue;
}

.bustan:hover {
  color: rgb(255, 0, 0);
}

#Pubg {
  background-color: black;
  color: white;
}

.id {
  color: orangered !important;
}

.data {
  display: flex;
  align-items: center;
}

.location {
  width: 450px;
  height: 450px;
}

.bustan-img {
  margin-top: 30px;
  margin-bottom: 60px;
}

.station {
  margin-right: 30px;
}

/* My interests */

.interests {
  scroll-margin-top: 55px;
}

.information {
  width: 100%;
  height: 580px;
  margin-top: 40px;
}

.edits {
  width: 30%;
  height: 450px;
  margin-bottom: 40px;
  margin-top: 40px;
}

/* Hobby */

.hobby {
  scroll-margin-top: 75px;
}
