        @font-face{
font-family: 'silent';
src:url(https://files.catbox.moe/6zsy4z.ttf);
} 

* {cursor: url(https://www.rw-designer.com/cursor-view/91357.png), auto;}
A:hover{cursor: url("https://www.rw-designer.com/cursor-view/109912.png"), auto;
}

body {
  background-image:url('https://64.media.tumblr.com/a4617a88f8a376802405c4013ccde0e7/719560aa945118f2-da/s400x600/f8ad556278f492849ee13d1ab735e19bb765e98a.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.container {
  display: flex;
  flex-direction: column;
  height: 800px;
  width: 90%;
  border: 10px solid transparent;
  border-image: url('https://i.postimg.cc/T3R4q30T/bhlw3y.gif') 40 round;
  border-image-width: 25px;
  
}

.top {
  height: 50%;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.left {
  background-image: url('https://i.postimg.cc/7LzcNPgF/205ef5190c8d09f59f2a72c3c98d7bec.jpg');
  width: 70%;
  height: 100%;
}

.right {
  background-image: url('https://64.media.tumblr.com/ee6b18e9f6425871f04bad9c791cfa14/bb7477eeb18d2121-31/s640x960/aa6dd009d861da0c6f50b83c63d67d6ea40fe1b7.jpg');
  width: 30%;
  height: 100%;
}

.bottom {
  height: 50%;
  width: 100%;
  background-image: url('https://64.media.tumblr.com/d7419df34b5a26ea8fd54a03a6831798/272be1b1c2370be9-7b/s500x750/5f162a76c3f6b16719dcbc5cecce5c4fcef995c9.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.image {
  max-width: 100%;
}

.header {
  text-align: left;
  font-family: silent;
  font-size: 30px;
}