*{
  font-family: robo;
  color: white;
  border-radius: 50px;
  text-align: center;
  margin: 10px;
}

html{
  scroll-behavior: smooth;
}

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

.para{
  display: flex;
  justify-content: center;
  align-items: center; 
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.info{
  background-color: rgb(29, 29, 31);
    font-size: 30px;
    padding: 20px;
}

.title{
  background-color: rgb(29, 29, 31);
    font-size: 30px;
    padding: 20px;
}

@font-face{
  font-family: robo;
  src: url(roboto.ttf);
}

header{
  margin-top: 0px;
  font-size: 27px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

header p {
  float: left;
  margin-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgb(19, 19, 21);
}

header a{
  float: right;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgb(19, 19, 21);
}

.nothing{
  margin: 0px;
  padding: 0px;
}