@import url('https://fonts.googleapis.com/css2?family=Princess+Sofia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almendra:ital,wght@0,400;0,700;1,400;1,700&display=swap');

h1 {
  font-family: "Princess Sofia";
  }

p {
  font-family: "Almendra";
  font-size: 16px;
  }
  
.topleftborder {
  transform: scaleY(-1);
  position: absolute;
  left: 0px;
  top: 0px;
  height: auto;
  width: 200px;
  }

.toprightborder {
  transform: scale(-1, -1);
  position: absolute;
  left: 1300px;
  top: 0px;
  height: auto;
  width: 200px;
  overflow-x: hidden;
  }

.bottomleftborder {
  position: absolute;
  left: 0px;
  top: 750px;
  height: auto;
  width: 200px;
  overflow-y: hidden;
  }

.bottomrightborder {
  transform: scaleX(-1);
  position: absolute;
  left: 1300px;
  top: 750px;
  height: auto;
  width: 200px;
  overflow-x: hidden;
  overflow-y: hidden;
  }

.titleimage {
  display:  block;
  margin-left: auto;
  margin-right: auto;
  width:400px;
  height: auto;
  }
  
.base {
  position: relative; 
  z-index: 3;        
  }

aside {
  width: 310px;
  height: 100vh;
  margin: 5px;
  }
 
.grid{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  flex-wrap: wrap;
  margin-left: 75px;
  }
  
.grid-item{
  background-image: url(https://lettyverse.neocities.org/column.jpg);
  background-size: 310px;
  border: 4px double rgb(0, 0, 0);
  color: white;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  }
  
main{
  width:820px;
  height: auto;
  margin-top: 5px;
  }

.main-grid-item{
  background-color: #6B5079;
  border: 4px double rgb(0, 0, 0);
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  }

.blinkies img{
  gap: 20px;
  height: 30px;
  }

.aboutme-images img{
  height: 225px;
  width: auto;
}

a{
  font-family: "Almendra";
  font-size: 21px;
  color: #FFFFFF;
}

.stickers img{
    width: 100px;
    height: auto;
}