<!DOCTYPE html>
<html lang="en">
<head>
<title>Document</title>
<style>
body{
background-color: black;
}
#a{
width: 500px;
height: 350px;
margin:0 auto;
margin-top: 100px;
/* position: relative; */
}
#b{
width: 300px;
height: 200px;
border: solid red;
margin-left: 134px;
float: left;
transform:rotate(-34.5deg);
border-radius: 0px 400px 445px 00px;
background-color: red;