@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

* {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: rgb(30, 30, 30); 
 }

p, a, .text {
  align-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

aside {
  position: static;
}

main {
  margin-left: 13rem;
}

.main_block {
  margin-left: 80px;
  padding-top: 130px;
  color: white;
}

.title {
  font-size: 70px;
  font-family: Roboto, sans-serif;
  background-image: linear-gradient(0.5turn, #3f87a6, #ebf8e1, #f69d3c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
 }

.text {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 50px;
  line-height: 30px;
 }